remove useless string

This commit is contained in:
dg2-new
2013-11-20 14:52:44 +00:00
parent 28b6675979
commit eabcc96a99

View File

@@ -190,7 +190,6 @@ public class SAMUtils {
private static String dumpProperties(Properties props) {
Enumeration names = props.propertyNames();
StringBuilder builder = new StringBuilder();
String msg = "";
String key, val;
boolean firstIter = true;