< prev index next >

src/jdk.rmic/share/classes/sun/rmi/rmic/RMIGenerator.java

Print this page

        

@@ -77,11 +77,11 @@
 
     /**
      * Examine and consume command line arguments.
      * @param argv The command line arguments. Ignore null
      * and unknown arguments. Set each consumed argument to null.
-     * @param error Report any errors using the main.error() methods.
+     * @param main Report any errors using the main.error() methods.
      * @return true if no errors, false otherwise.
      */
     public boolean parseArgs(String argv[], Main main) {
         String explicitVersion = null;
         for (int i = 0; i < argv.length; i++) {
< prev index next >