langtools/src/share/classes/com/sun/tools/apt/mirror/util/SourcePositionImpl.java
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 3995 73af8b6fb8bc
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    34 
    34 
    35 
    35 
    36 /**
    36 /**
    37  * Implementation of SourcePosition
    37  * Implementation of SourcePosition
    38  */
    38  */
    39 
    39 @SuppressWarnings("deprecation")
    40 public class SourcePositionImpl implements SourcePosition {
    40 public class SourcePositionImpl implements SourcePosition {
    41 
    41 
    42     private JavaFileObject sourcefile;
    42     private JavaFileObject sourcefile;
    43     private int pos;            // file position, in javac's internal format
    43     private int pos;            // file position, in javac's internal format
    44     private Position.LineMap linemap;
    44     private Position.LineMap linemap;