aboutsummaryrefslogtreecommitdiff
path: root/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java')
-rw-r--r--src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java b/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java
index e9335d4a..c1e51f09 100644
--- a/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java
+++ b/src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java
@@ -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
@@ -38,7 +38,7 @@ public abstract class SOAPConnectionFactory {
* A constant representing the default value for a <code>SOAPConnection</code>
* object. The default is the point-to-point SOAP connection.
*/
- static private final String DEFAULT_SOAP_CONNECTION_FACTORY
+ static final String DEFAULT_SOAP_CONNECTION_FACTORY
= "com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnectionFactory";
/**