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

changeset 2225
b8ebde062692
parent 1568
5f0731e4e5e6
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocPaths.java	Tue Dec 17 23:32:58 2013 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocPaths.java	Wed Dec 18 19:48:47 2013 -0800
     1.3 @@ -122,9 +122,7 @@
     1.4      /** The name of the file for the overview frame. */
     1.5      public static final DocPath PROFILE_OVERVIEW_FRAME = DocPath.create("profile-overview-frame.html");
     1.6  
     1.7 -    /** The name of the directory in which resources are generated.
     1.8 -     *  Also the name of the sub-package from which resources are read.
     1.9 -     */
    1.10 +    /** The name of the sub-package from which resources are read. */
    1.11      public static final DocPath RESOURCES = DocPath.create("resources");
    1.12  
    1.13      /** The name of the file for the serialized form info. */

mercurial