--- old/src/java.xml.ws/share/classes/javax/xml/soap/SAAJMetaFactory.java 2017-10-24 14:21:44.060129912 +0100 +++ new/src/java.xml.ws/share/classes/javax/xml/soap/SAAJMetaFactory.java 2017-10-24 14:21:43.768129913 +0100 @@ -28,7 +28,7 @@ /** * The access point for the implementation classes of the factories defined in the * SAAJ API. The {@code newInstance} methods defined on factories {@link SOAPFactory} and -* {@link MessageFactory} in SAAJ 1.3 defer to instances of this class to do the actual object creation. +* {@link MessageFactory} in SAAJ 1.4 defer to instances of this class to do the actual object creation. * The implementations of {@code newInstance()} methods (in {@link SOAPFactory} and {@link MessageFactory}) * that existed in SAAJ 1.2 have been updated to also delegate to the SAAJMetaFactory when the SAAJ 1.2 * defined lookup fails to locate the Factory implementation class name.