()
| 24 | } |
| 25 | |
| 26 | public TextFilter() { |
| 27 | throw new UnsupportedOperationException("This is a static class"); |
| 28 | } |
| 29 | |
| 30 | public static boolean isIllegal(String text) { |
| 31 | return MinRt.doAi(tokenizer.tokenize(text), script) == 1; |
nothing calls this directly
no outgoing calls
no test coverage detected