8152912: SAX XMLReaderFactory needs to be ServiceLoader compliant

Reviewed-by: dfuchs
This commit is contained in:
Joe Wang 2016-05-09 14:58:55 -07:00
parent dd927b90d5
commit 56be49516c
8 changed files with 170 additions and 158 deletions

View file

@ -86,5 +86,6 @@ module java.xml {
uses javax.xml.transform.TransformerFactory;
uses javax.xml.validation.SchemaFactory;
uses javax.xml.xpath.XPathFactory;
uses org.xml.sax.XMLReader;
}