mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
sketch out ResourceBundle
This commit is contained in:
@ -70,7 +70,7 @@ public final class Character {
|
||||
}
|
||||
|
||||
public static boolean isWhitespace(char c) {
|
||||
return c == ' ' || c == '\t' || c == '\n';
|
||||
return c == ' ' || c == '\t' || c == '\n' || c == '\r';
|
||||
}
|
||||
|
||||
public static boolean isSpaceChar(char c) {
|
||||
|
Reference in New Issue
Block a user