Author: sagara
Date: Thu Oct 20 13:34:20 2011
New Revision: 1186795

URL: http://svn.apache.org/viewvc?rev=1186795&view=rev
Log:
Change the package name in the class according to the new package. 

Modified:
    
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/security/SSLProtocolSocketFactory.java

Modified: 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/security/SSLProtocolSocketFactory.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/security/SSLProtocolSocketFactory.java?rev=1186795&r1=1186794&r2=1186795&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/security/SSLProtocolSocketFactory.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/security/SSLProtocolSocketFactory.java
 Thu Oct 20 13:34:20 2011
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and         
  * limitations under the License.                                              
  */
-package org.apache.axis2.java.security;
+package org.apache.axis2.transport.http.security;
 
 import org.apache.commons.httpclient.params.HttpConnectionParams;
 import org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory;


Reply via email to