fix.
This commit is contained in:
@@ -44,7 +44,7 @@ public class CommonUtils {
|
||||
}
|
||||
public static String TBrackets(Object o) {
|
||||
return "<" + o.toString() + ">";
|
||||
}
|
||||
}//FortranSPFTokenMaker
|
||||
public static boolean ContainsCyrillic(String string) {
|
||||
return string.chars()
|
||||
.mapToObj(Character.UnicodeBlock::of)
|
||||
|
||||
Reference in New Issue
Block a user