--- old/jaxp/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java 2017-07-27 13:12:31.647128319 -0700 +++ new/jaxp/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java 2017-07-27 13:12:31.583125532 -0700 @@ -34,7 +34,7 @@ * The CatalogFeatures holds a collection of features and properties. * * - * + *
* * * @@ -55,7 +55,7 @@ * * * - * + * * @@ -71,7 +71,7 @@ * * * - * + * * * @@ -91,7 +91,7 @@ * * * - * + * * @@ -111,7 +111,7 @@ * * * - * + * * * --- old/jaxp/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java 2017-07-27 13:12:31.995143471 -0700 +++ new/jaxp/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java 2017-07-27 13:12:31.915139987 -0700 @@ -34,7 +34,7 @@ /** * Factory that creates new {@code javax.xml.datatype} {@code Object}s that map XML to/from Java {@code Object}s. - *

+ *

* A new instance of the {@code DatatypeFactory} is created through the {@link #newInstance()} method * that uses the following implementation resolution mechanisms to determine an implementation: *

    --- old/jaxp/src/java.xml/share/classes/javax/xml/datatype/package-info.java 2017-07-27 13:12:32.383160365 -0700 +++ new/jaxp/src/java.xml/share/classes/javax/xml/datatype/package-info.java 2017-07-27 13:12:32.291156359 -0700 @@ -149,23 +149,13 @@ *
  1. xs:unsignedShort
  2. * * - *
    - * - * - * - *
    * @since 1.5 */
Catalog Features
FILESFILESA semicolon-delimited list of URIs to locate the catalog files. * The URIs must be absolute and have a URL protocol handler for the URI scheme. *
PREFERPREFERIndicates the preference between the public and system * identifiers. The default value is public [3].javax.xml.catalog.prefer
DEFERDEFERIndicates that the alternative catalogs including those * specified in delegate entries or nextCatalog are not read until they are * needed. The default value is true.
RESOLVERESOLVEDetermines the action if there is no matching entry found after * all of the specified catalogs are exhausted. The default is strict.javax.xml.catalog.resolve [4]