Oops, add newline back.

This commit is contained in:
md_5
2012-08-05 21:01:25 +10:00
parent afe395d83b
commit f98b32db1c

View File

@@ -8,6 +8,8 @@ import java.util.List;
public class Utils public class Utils
{ {
public static String newline = System.getProperty("line.separator");
public static boolean isInt(String str) { public static boolean isInt(String str) {
try { try {
Integer.parseInt(str); Integer.parseInt(str);