mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
ae6038dcc3
commit
cb607c267a
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user