--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/privateutil/PolicyUtils.java 2015-09-19 13:16:13.544983227 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/privateutil/PolicyUtils.java 2015-09-19 13:16:13.396982493 +0300 @@ -401,7 +401,7 @@ *

*

This method transforms the name of the given service class into a * provider-configuration filename as described above and then uses the - * getResources method of the given class loader to find all + * {@code getResources} method of the given class loader to find all * available files with that name. These files are then read and parsed to * produce a list of provider-class names. Eventually each provider class is * instantiated and array of those instances is returned. @@ -412,7 +412,7 @@ * * @param serviceClass The service's abstract service class. Must not be {@code null}. * @param loader The class loader to be used to load provider-configuration files - * and instantiate provider classes, or null if the system + * and instantiate provider classes, or {@code null} if the system * class loader (or, failing that the bootstrap class loader) is to * be used * @throws NullPointerException in case {@code service} input parameter is {@code null}.