--- old/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java 2017-07-07 10:39:47.993470432 -0700 +++ new/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java 2017-07-07 10:39:47.917467088 -0700 @@ -53,7 +53,7 @@ * The search is started in the current catalog. If a match is found, * no further attempt will be made. Only if there is no match in the current * catalog, will alternate catalogs including delegate and next catalogs be considered. - *

+ * *

Search Order

* The resolver will first search the system-type of entries with the specified * {@code systemId}. The system entries include {@code system}, @@ -75,7 +75,6 @@ * with the specified {@code systemId} or {@code href}. The {@code uri} entries * include {@code uri}, {@code rewriteURI}, and {@code uriSuffix} entries. * - *

*

Error Handling

* The interfaces that the CatalogResolver extend specified checked exceptions, including: *