[jboss-remoting-commits] JBoss Remoting SVN: r4167 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/retry.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat May 10 17:59:53 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-10 17:59:53 -0400 (Sat, 10 May 2008)
New Revision: 4167

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/retry/ConnectionRetryTestCase.java
Log:
JBREM-979: Added javadoc.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/retry/ConnectionRetryTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/retry/ConnectionRetryTestCase.java	2008-05-10 21:53:50 UTC (rev 4166)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/retry/ConnectionRetryTestCase.java	2008-05-10 21:59:53 UTC (rev 4167)
@@ -48,6 +48,15 @@
 import org.jboss.remoting.transport.http.HTTPClientInvoker;
 
 
+/**
+ * Unit test for JBREM-979.
+ * 
+ * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
+ * @version $Revision: 1.1 $
+ * <p>
+ * Copyright May 10, 2008
+ * </p>
+ */
 public class ConnectionRetryTestCase extends TestCase
 {
    private static Logger log = Logger.getLogger(ConnectionRetryTestCase.class);




More information about the jboss-remoting-commits mailing list