fix build

This commit is contained in:
dg2-new
2013-11-20 15:40:21 +00:00
parent 6dc6ca7713
commit 5bcfe025d5

View File

@@ -198,7 +198,7 @@ public class SAMUtils {
val = props.getProperty(key);
if (!firstIter) {
msg += ";";
builder.append(";");
} else {
firstIter = false;
}