Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,11 +1,10 @@
1 1 package com.esotericsoftware.scar.support;
2 2
3 - import org.litesoft.core.typeutils.Objects;
4 - import java.util.*;
5 -
6 3 import com.esotericsoftware.scar.*;
7 4 import com.esotericsoftware.utils.*;
8 5
6 + import java.util.*;
7 +
9 8 /**
10 9 * Stores command line arguments as 'String' name/value pairs. Arguments containing an equals sign are considered a name/value pair. All
11 10 * other arguments are stored as a name/value pair with a "" value.