src/share/classes/com/sun/tools/javadoc/SourcePositionImpl.java

changeset 1359
25e14ad23cef
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/javadoc/SourcePositionImpl.java	Tue Oct 09 19:31:58 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/SourcePositionImpl.java	Wed Oct 10 16:48:21 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -34,6 +34,11 @@
    1.11  /**
    1.12   * A source position: filename, line number, and column number.
    1.13   *
    1.14 + *  <p><b>This is NOT part of any supported API.
    1.15 + *  If you write code that depends on this, you do so at your own risk.
    1.16 + *  This code and its internal interfaces are subject to change or
    1.17 + *  deletion without notice.</b>
    1.18 + *
    1.19   * @since J2SE1.4
    1.20   * @author Neal M Gafter
    1.21   * @author Michael Van De Vanter (position representation changed to char offsets)

mercurial