X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Farachne%2Fparser%2FHtmlEditorKitParser.java;h=45ba77464be10d63ff39e1f28a273bd9bdde7bfc;hb=b9d2c5c9d1f0c67d10f8ed8b4641e81118924f63;hp=7e9085d77e23cf06488b85666ea922691f7ac379;hpb=15aad6fc9873fae9d81c613441505c05ae258c40;p=arachne.git diff --git a/src/net/pterodactylus/arachne/parser/HtmlEditorKitParser.java b/src/net/pterodactylus/arachne/parser/HtmlEditorKitParser.java index 7e9085d..45ba774 100644 --- a/src/net/pterodactylus/arachne/parser/HtmlEditorKitParser.java +++ b/src/net/pterodactylus/arachne/parser/HtmlEditorKitParser.java @@ -17,10 +17,10 @@ public class HtmlEditorKitParser implements Parser { /** * {@inheritdoc} * - * @see net.pterodactylus.arachne.parser.Parser#parse(net.pterodactylus.arachne.parser.ParserListener, - * java.io.InputStream) + * @see net.pterodactylus.arachne.parser.Parser#parse(ParserListener, + * InputStream, String) */ - public void parse(ParserListener parserListener, InputStream inputStream) { + public void parse(ParserListener parserListener, InputStream inputStream, String charset) throws IOException { } }