[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi ...
Ron Sigal
rsigal at belmont.prod.atl2.jboss.com
Tue Aug 29 21:05:54 EDT 2006
User: rsigal
Date: 06/08/29 21:05:54
Modified: src/tests/org/jboss/test/remoting/performance/spring/rmi
SpringRMIPerformanceClient.java
Log:
JBREM-592: Changed a comment.
Revision Changes Path
1.4 +2 -2 JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SpringRMIPerformanceClient.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- SpringRMIPerformanceClient.java 30 Aug 2006 00:59:47 -0000 1.3
+++ SpringRMIPerformanceClient.java 30 Aug 2006 01:05:54 -0000 1.4
@@ -116,8 +116,8 @@
callbackServer.setServerDoneLock(serverDoneLock);
/*
- Instead of creating callback servers by injection, the following xml declaration is
- replaced by programmatic creation. Each callback server is registered under a name
+ Instead of exporting callback servers by injection, the following xml declaration is
+ carried out programmatically. Each callback server is registered under a name
ending in the sessionId.
<bean class="org.springframework.remoting.rmi.RmiServiceExporter">
More information about the jboss-cvs-commits
mailing list