remove rdfParser from init (current function identical with genericParser)

pull/18/head
reger 9 years ago
parent c647d899e3
commit 356d4d1301

@ -114,7 +114,6 @@ public final class TextParser {
initParser(new vsdParser());
initParser(new xlsParser());
initParser(new zipParser());
initParser(new rdfParser());
initParser(new audioTagParser());
}

Loading…
Cancel
Save