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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user