RFR(JDK10/JAXP) 8190823: Broken link in org/w3c/dom/ls/ (original) (raw)
Joe Wang huizhe.wang at oracle.com
Mon Dec 11 21:11:58 UTC 2017
- Previous message: RFR of 8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
- Next message: RFR(JDK10/JAXP) 8190823: Broken link in org/w3c/dom/ls/
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Please review a doc-only fix for 4 dom classes. The material change is s/broken link/correct link/g, that is replacing all occurrence of the non-existent link "http://www.w3.org/TR/DOM-Level-3-Core/core.html" with https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html. Other changes are format related. In order to avoid the extra space before the text of the hyperlink (e.g. " error handler"), in most cases, I kept the element in one line although it's unfortunately long.
jbs: https://bugs.openjdk.java.net/browse/JDK-8190823 webrev: http://cr.openjdk.java.net/~joehw/jdk10/8190823/webrev/
Thanks, Joe
- Previous message: RFR of 8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
- Next message: RFR(JDK10/JAXP) 8190823: Broken link in org/w3c/dom/ls/
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]