Bug 1856934 - Remove duplicated function in Java HTML parser r=hsivonen

It was duplicated in the patch for Bug 1824121 without being caught.

Differential Revision: https://phabricator.services.mozilla.com/D190486
This commit is contained in:
CanadaHonk 2023-10-12 09:21:13 +00:00
parent ae6038dcc3
commit cb607c267a

View File

@ -697,15 +697,6 @@ public class Tokenizer implements Locator, Locator2 {
return null;
}
/**
* Gets the errorProfile.
*
* @param errorProfile
*/
public HashMap getErrorProfile() {
return null;
}
/**
* Sets the commentPolicy.
*