mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
classpath progress
This commit is contained in:
@ -45,7 +45,7 @@ public final class Character {
|
||||
return (c >= 'A' && c <= 'Z');
|
||||
}
|
||||
|
||||
public static boolean isWhiteSpace(char c) {
|
||||
public static boolean isWhitespace(char c) {
|
||||
return c == ' ' || c == '\t' || c == '\n';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user