[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/configuration ...

Tom Elrod tom.elrod at jboss.com
Wed Jul 19 12:39:18 EDT 2006


  User: telrod  
  Date: 06/07/19 12:39:18

  Modified:    src/tests/org/jboss/test/remoting/configuration 
                        CustomSocketConfigurationTestCase.java
  Log:
  JBREM-507 - updating/adding javadoc for configuration properties.
  
  Revision  Changes    Path
  1.3       +2 -1      JBossRemoting/src/tests/org/jboss/test/remoting/configuration/CustomSocketConfigurationTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CustomSocketConfigurationTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/configuration/CustomSocketConfigurationTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CustomSocketConfigurationTestCase.java	21 May 2006 04:47:29 -0000	1.2
  +++ CustomSocketConfigurationTestCase.java	19 Jul 2006 16:39:17 -0000	1.3
  @@ -25,6 +25,7 @@
   import org.jboss.remoting.Client;
   import org.jboss.remoting.InvokerLocator;
   import org.jboss.remoting.RemoteClientInvoker;
  +import org.jboss.remoting.Remoting;
   
   import javax.net.SocketFactory;
   import java.util.HashMap;
  @@ -44,7 +45,7 @@
         InvokerLocator locator = new InvokerLocator("sslsocket://localhost:9000");
   
         Map config = new HashMap();
  -      config.put(Client.CUSTOM_SOCKET_FACTORY, factory);
  +      config.put(Remoting.CUSTOM_SOCKET_FACTORY, factory);
   
         Client client = new Client(locator, config);
         client.connect();
  
  
  



More information about the jboss-cvs-commits mailing list