forked from LogBlock/LogBlock
Oops, add newline back.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user