langtools/src/share/classes/com/sun/tools/classfile/Dependencies.java
changeset 14259 fb94a1df0d53
parent 14258 8d2148961366
child 15030 2d8dec41f029
--- a/langtools/src/share/classes/com/sun/tools/classfile/Dependencies.java	Tue Oct 09 19:10:00 2012 -0700
+++ b/langtools/src/share/classes/com/sun/tools/classfile/Dependencies.java	Tue Oct 09 19:31:58 2012 -0700
@@ -98,7 +98,7 @@
          * Get the ClassFile object for a specified class.
          * @param className the name of the class to be returned.
          * @return the ClassFile for the given class
-         * @throws Dependencies#ClassFileNotFoundException if the classfile cannot be
+         * @throws Dependencies.ClassFileNotFoundException if the classfile cannot be
          *   found
          */
         public ClassFile getClassFile(String className)