no message
This commit is contained in:
parent
f23371f563
commit
dd580178c2
|
|
@ -718,7 +718,7 @@ public class DamageParse {
|
||||||
d = String.format("%-" + length + "s", d);
|
d = String.format("%-" + length + "s", d);
|
||||||
if (d.length()>targetWidth)targetWidth = d.length();
|
if (d.length()>targetWidth)targetWidth = d.length();
|
||||||
}
|
}
|
||||||
targetWidth +=6;
|
targetWidth +=12;
|
||||||
|
|
||||||
String f = "";
|
String f = "";
|
||||||
String[] strs = {a, b, c, d, e};
|
String[] strs = {a, b, c, d, e};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue