On Wed, 5 Oct 2022 13:06:25 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Michael Ernst has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains six commits: >> >> - Reinstate typos in Apache code that is copied into the JDK >> - Merge ../jdk-openjdk into typos-typos >> - Remove file that was removed upstream >> - Fix inconsistency in capitalization >> - Undo change in zlip >> - Fix typos > > src/java.xml/share/classes/org/w3c/dom/Document.java line 293: > >> 291: * <code>systemId</code>, and <code>notationName</code> attributes >> are >> 292: * copied. If a <code>deep</code> import is requested, the >> descendants >> 293: * of the source <code>Entity</code> are recursively imported and > > This class may come from a 3rd party library. Anyone from `java.xml` can > confirm it? @mernst, could you undo this change to this file from this PR? It does indeed seem to come from a 3rd party source. @JoeWang-Java can correct us if that's not the case. ------------- PR: https://git.openjdk.org/jdk/pull/10029