comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/debug/LineBreakpoint.java @ 22157:dc83cc1f94f2

Using fully qualified imports
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 16 Sep 2015 11:33:22 +0200
parents 5bc7f7b867ab
children 0d36601f233e
comparison
equal deleted inserted replaced
22156:50056a161d7f 22157:dc83cc1f94f2
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */ 24 */
25 package com.oracle.truffle.api.debug; 25 package com.oracle.truffle.api.debug;
26 26
27 import com.oracle.truffle.api.source.*; 27 import com.oracle.truffle.api.source.LineLocation;
28 28
29 // TODO (mlvdv) generic? 29 // TODO (mlvdv) generic?
30 /** 30 /**
31 * A breakpoint associated with a {@linkplain LineLocation source line location}. 31 * A breakpoint associated with a {@linkplain LineLocation source line location}.
32 * 32 *