RFR [JDK8]: 7169894: JAXP Plugability Layer: using service loader (original) (raw)
Paul Sandoz paul.sandoz at oracle.com
Mon Jun 25 17:13:30 UTC 2012
- Previous message: RFR [JDK8]: 7169894: JAXP Plugability Layer: using service loader
- Next message: RFR [JDK8]: 7169894: JAXP Plugability Layer: using service loader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jun 25, 2012, at 9:38 AM, Joe Wang wrote:
New webrev: http://cr.openjdk.java.net/~joehw/jdk8/7169894/webrev/
In javax.xml.datatype.DatatypeFactory: 245 if (provider.getClass().getName().contains(fallbackClassName)) {
Strictly speaking the above should be "provider.getClass().getName().equals(fallbackClassName)".
Paul.
- Previous message: RFR [JDK8]: 7169894: JAXP Plugability Layer: using service loader
- Next message: RFR [JDK8]: 7169894: JAXP Plugability Layer: using service loader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]