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
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

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) {