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