Subversion Repository Public Repository

litesoft

Diff Revisions 290 vs 291 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/support/Arguments.java

Diff revisions: vs.
  @@ -6,7 +6,7 @@
6 6
7 7 /**
8 8 * Stores command line arguments as 'String' name/value pairs. Arguments containing an equals sign are considered a name/value pair. All
9 - * other arguments are stored as a name/value pair with a null value.
9 + * other arguments are stored as a name/value pair with a "" value.
10 10 */
11 11 @SuppressWarnings({"UnusedDeclaration"})
12 12 public class Arguments