X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Futil%2FCommandLineArguments.java;h=f75eb691d5d78a8c1f73d03888f45642a5175104;hb=3b40e07c1b3964dee89b5d24209946ac54a5e21f;hp=efbce625d8e61aab12e37c8cc11b1473235279fd;hpb=51045a46f54b0cdd39f1e30a06993148e61abde7;p=jalview.git diff --git a/forester/java/src/org/forester/util/CommandLineArguments.java b/forester/java/src/org/forester/util/CommandLineArguments.java index efbce62..f75eb69 100644 --- a/forester/java/src/org/forester/util/CommandLineArguments.java +++ b/forester/java/src/org/forester/util/CommandLineArguments.java @@ -106,7 +106,7 @@ public final class CommandLineArguments { /** * Removes quotes - * + * */ public String getOptionValueAsCleanString( final String option_name ) throws IllegalArgumentException { return getOptionValue( option_name ).replaceAll( "\"", "" ).replaceAll( "\'", "" ); @@ -224,7 +224,7 @@ public final class CommandLineArguments { // } if ( getAllOptions().containsKey( key ) ) { throw new IllegalArgumentException( "attempt to set option \"" + key + "\" mutiple times [" + option - + "]" ); + + "]" ); } options_map.put( key, value ); }