Author: ron.sigal(a)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(a)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);
Show replies by date