[gatein-commits] gatein SVN: r3878 - components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 20 08:16:50 EDT 2010


Author: chris.laprun at jboss.com
Date: 2010-08-20 08:16:49 -0400 (Fri, 20 Aug 2010)
New Revision: 3878

Modified:
   components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/EndpointConfigurationInfo.java
Log:
- Forgot to commit this change. :(


Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/EndpointConfigurationInfo.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/EndpointConfigurationInfo.java	2010-08-20 07:46:53 UTC (rev 3877)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/EndpointConfigurationInfo.java	2010-08-20 12:16:49 UTC (rev 3878)
@@ -58,7 +58,7 @@
       serviceFactory = new SOAPServiceFactory();
    }
 
-   protected EndpointConfigurationInfo(ServiceFactory serviceFactory)
+   public EndpointConfigurationInfo(ServiceFactory serviceFactory)
    {
       ParameterValidation.throwIllegalArgExceptionIfNull(serviceFactory, "ServiceFactory");
       this.serviceFactory = serviceFactory;



More information about the gatein-commits mailing list