diff -r 7386eca865e1 -r 8f2986ff0235 src/share/jaxws_classes/javax/xml/soap/SOAPFactory.java --- a/src/share/jaxws_classes/javax/xml/soap/SOAPFactory.java Thu May 30 10:58:13 2013 -0700 +++ b/src/share/jaxws_classes/javax/xml/soap/SOAPFactory.java Wed Jun 12 14:47:09 2013 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -54,11 +54,9 @@ "javax.xml.soap.SOAPFactory"; /** - * A constant representing the name of the default SOAPFactory - * factory class to be used if another cannot be found. - * a SOAPFactory implementation class. + * Class name of default SOAPFactory implementation. */ - static private final String DEFAULT_SOAP_FACTORY + static final String DEFAULT_SOAP_FACTORY = "com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl"; /**