jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/RMIGenerator.java
changeset 30655 d83f50188ca9
parent 27565 729f9700483a
equal deleted inserted replaced
30654:3c2e826aa5ea 30655:d83f50188ca9
    77 
    77 
    78     /**
    78     /**
    79      * Examine and consume command line arguments.
    79      * Examine and consume command line arguments.
    80      * @param argv The command line arguments. Ignore null
    80      * @param argv The command line arguments. Ignore null
    81      * and unknown arguments. Set each consumed argument to null.
    81      * and unknown arguments. Set each consumed argument to null.
    82      * @param error Report any errors using the main.error() methods.
    82      * @param main Report any errors using the main.error() methods.
    83      * @return true if no errors, false otherwise.
    83      * @return true if no errors, false otherwise.
    84      */
    84      */
    85     public boolean parseArgs(String argv[], Main main) {
    85     public boolean parseArgs(String argv[], Main main) {
    86         String explicitVersion = null;
    86         String explicitVersion = null;
    87         for (int i = 0; i < argv.length; i++) {
    87         for (int i = 0; i < argv.length; i++) {