Done ticket GEPAFINBE-172
This commit is contained in:
@@ -785,5 +785,7 @@ public class Utils {
|
||||
|
||||
return input.matches("-?\\d+(\\.\\d+)?");
|
||||
}
|
||||
|
||||
public static boolean isValidBoolean(String value) {
|
||||
return "true".equalsIgnoreCase(value) || "false".equalsIgnoreCase(value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user