src/share/classes/com/sun/tools/classfile/Dependencies.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1472
0c244701188e
     1.1 --- a/src/share/classes/com/sun/tools/classfile/Dependencies.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/classfile/Dependencies.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -98,7 +98,7 @@
     1.4           * Get the ClassFile object for a specified class.
     1.5           * @param className the name of the class to be returned.
     1.6           * @return the ClassFile for the given class
     1.7 -         * @throws Dependencies#ClassFileNotFoundException if the classfile cannot be
     1.8 +         * @throws Dependencies.ClassFileNotFoundException if the classfile cannot be
     1.9           *   found
    1.10           */
    1.11          public ClassFile getClassFile(String className)

mercurial