classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for com/sun/javadoc/Doclet


From: Julian Scheid
Subject: Patch for com/sun/javadoc/Doclet
Date: Thu, 14 Feb 2002 02:05:38 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204

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

[Prev in Thread] Current Thread [Next in Thread]