[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/ssl/custom ...

Ron Sigal ron_sigal at yahoo.com
Wed Dec 20 04:10:37 EST 2006


  User: rsigal  
  Date: 06/12/20 04:10:37

  Modified:    src/tests/org/jboss/test/remoting/transport/socket/ssl/custom 
                        Tag: remoting_2_x InvokerClientTest.java
  Log:
  JBREM-650: Made createServerSocketFactory() protected.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.4.1  +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/ssl/custom/InvokerClientTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvokerClientTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/socket/ssl/custom/InvokerClientTest.java,v
  retrieving revision 1.12
  retrieving revision 1.12.4.1
  diff -u -b -r1.12 -r1.12.4.1
  --- InvokerClientTest.java	20 Jun 2006 17:27:51 -0000	1.12
  +++ InvokerClientTest.java	20 Dec 2006 09:10:37 -0000	1.12.4.1
  @@ -55,7 +55,7 @@
   
   /**
    * @author <a href="mailto:tom at jboss.com">Tom Elrod</a>
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.12.4.1 $
    * <p>
    * Copyright (c) Mar 23, 2006
    * </p>
  @@ -219,7 +219,7 @@
      }
      
      
  -   private ServerSocketFactory createServerSocketFactory()
  +   protected ServerSocketFactory createServerSocketFactory()
      throws NoSuchAlgorithmException, KeyManagementException, IOException,
      CertificateException, UnrecoverableKeyException, KeyStoreException
      {
  
  
  



More information about the jboss-cvs-commits mailing list