src/share/classes/com/sun/tools/doclets/internal/toolkit/util/ClassDocCatalog.java

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/ClassDocCatalog.java	Tue Oct 09 19:31:58 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/ClassDocCatalog.java	Wed Oct 10 16:48:21 2012 -0700
     1.3 @@ -36,9 +36,10 @@
     1.4   * those classes so that we can retrieve all of the classes from a particular
     1.5   * package later.
     1.6   *
     1.7 - * This code is not part of an API.
     1.8 - * It is implementation that is subject to change.
     1.9 - * Do not use it as an API
    1.10 + *  <p><b>This is NOT part of any supported API.
    1.11 + *  If you write code that depends on this, you do so at your own risk.
    1.12 + *  This code and its internal interfaces are subject to change or
    1.13 + *  deletion without notice.</b>
    1.14   *
    1.15   * @author Jamie Ho
    1.16   * @since 1.4

mercurial