langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/SourcePositionImpl.java
changeset 38617 d93a7f64e231
parent 37938 42baa89d2156
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    41  *
    41  *
    42  * @since J2SE1.4
    42  * @since J2SE1.4
    43  * @author Neal M Gafter
    43  * @author Neal M Gafter
    44  * @author Michael Van De Vanter (position representation changed to char offsets)
    44  * @author Michael Van De Vanter (position representation changed to char offsets)
    45  */
    45  */
       
    46 @Deprecated
    46 public class SourcePositionImpl implements SourcePosition {
    47 public class SourcePositionImpl implements SourcePosition {
    47     FileObject filename;
    48     FileObject filename;
    48     int position;
    49     int position;
    49     Position.LineMap lineMap;
    50     Position.LineMap lineMap;
    50 
    51