Fix mask parsing not using factory

This commit is contained in:
Jesse Boyd
2019-05-05 03:59:25 +10:00
parent e2c9454399
commit 2be8d87d5a

View File

@ -171,8 +171,6 @@ public class DefaultMaskParser extends FaweParser<Mask> {
{
try {
builder.addRegex(full);
} catch (SuggestInputParseException rethrow) {
throw rethrow;
} catch (InputParseException ignore) {}
}
if (mask == null) {