Fix mask parsing not using factory

Dieser Commit ist enthalten in:
Jesse Boyd 2019-05-05 03:59:25 +10:00
Ursprung e2c9454399
Commit 2be8d87d5a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 59F1DE6293AF6E1F

Datei anzeigen

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