Import and whitespace pruning.

This commit is contained in:
Michael Bayne
2010-09-21 06:47:26 +00:00
parent 44754f6d43
commit 1bb6dec1a2
3 changed files with 0 additions and 4 deletions
@@ -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.*;