You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
Previously reported at https://bugs.openjdk.java.net/browse/JDK-8178400
As found by errorprone, the args (or the arg variable names) to encodeDocumentTypeDeclaration appear to be switched:
$ pwd; grep -r encodeDocumentTypeDeclaration .
.../jdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset
./sax/SAXDocumentSerializer.java: encodeDocumentTypeDeclaration(publicId, systemId);
./Encoder.java: protected final void encodeDocumentTypeDeclaration(String systemId, String publicId) throws IOException {
The text was updated successfully, but these errors were encountered: