Import and whitespace pruning.
This commit is contained in:
@@ -801,7 +801,6 @@ public class Application
|
|||||||
args.add(processArg(string));
|
args.add(processArg(string));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
String[] envp = createEnvironment();
|
String[] envp = createEnvironment();
|
||||||
String[] sargs = args.toArray(new String[args.size()]);
|
String[] sargs = args.toArray(new String[args.size()]);
|
||||||
log.info("Running " + StringUtil.join(sargs, "\n "));
|
log.info("Running " + StringUtil.join(sargs, "\n "));
|
||||||
|
|||||||
@@ -142,8 +142,6 @@ public class JarDiff implements JarDiffCodes
|
|||||||
moved.put(oldname, oldname);
|
moved.put(oldname, oldname);
|
||||||
moveSrc.add(oldname);
|
moveSrc.add(oldname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ import java.io.StringReader;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.samskivert.util.RandomUtil;
|
import com.samskivert.util.RandomUtil;
|
||||||
import com.samskivert.util.StringUtil;
|
|
||||||
|
|
||||||
import org.junit.*;
|
import org.junit.*;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|||||||
Reference in New Issue
Block a user