Bug 1650323 - Add suppress "unchecked" for a TreeBuilder method. DONTBUILD NPOTB...
commit0793c41754d73e498712b77307ce8dcbefc7f611
authorMichael[tm] Smith <mike@w3.org>
Mon, 3 Aug 2020 11:14:51 +0000 (3 11:14 +0000)
committerMichael[tm] Smith <mike@w3.org>
Mon, 3 Aug 2020 11:14:51 +0000 (3 11:14 +0000)
tree1239adcb44973c598882c2aa8f0744b59906d3b8
parent7a09391039bf341d60185ed12da7e308147666f1
Bug 1650323 - Add suppress "unchecked" for a TreeBuilder method. DONTBUILD NPOTB r=alchen

In `nu.validator.htmlparser.impl.TreeBuilder`, this change adds
`@SuppressWarnings("unchecked")` to the `getUnusedStackNode()` method.

Differential Revision: https://phabricator.services.mozilla.com/D82149
parser/html/javasrc/TreeBuilder.java