format code

This commit is contained in:
honfika@gmail.com
2014-11-16 15:30:27 +01:00
parent 4246b92e85
commit 6d3974db53
30 changed files with 1484 additions and 1490 deletions

View File

@@ -45,7 +45,7 @@ public class SwfInMemory {
@Override
public String toString() {
String p = translate("swfitem").replace("%version%", "" + version).replace("%size%", "" + fileSize);
String p = translate("swfitem").replace("%version%", Integer.toString(version)).replace("%size%", Long.toString(fileSize));
return p;
}
}