The validOptions() method is supposed to be static
as well, like all other methods in Doclet.

Julian
--- classpath-0.03/com/sun/javadoc/Doclet.java  Fri Mar 17 22:10:01 2000
+++ classpath-0.03-patched/com/sun/javadoc/Doclet.java  Thu Feb 14 02:39:41 2002
@@ -71,7 +71,7 @@
   * @return <code>true</code> if the options are valid, <code>false</code>
   * otherwise.
   */
-public boolean
+public static boolean
 validOptions(String[][] opts, DocErrorReporter logger)
 {
   return(true);

Reply via email to