[jboss-cvs] JBoss Messaging SVN: r2009 - trunk/tests/src/org/jboss/test/messaging/tools/jmx/rmi.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Jan 20 21:58:56 EST 2007
Author: ovidiu.feodorov at jboss.com
Date: 2007-01-20 21:58:56 -0500 (Sat, 20 Jan 2007)
New Revision: 2009
Modified:
trunk/tests/src/org/jboss/test/messaging/tools/jmx/rmi/Server.java
Log:
minor javadoc touchup
Modified: trunk/tests/src/org/jboss/test/messaging/tools/jmx/rmi/Server.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/tools/jmx/rmi/Server.java 2007-01-20 22:54:46 UTC (rev 2008)
+++ trunk/tests/src/org/jboss/test/messaging/tools/jmx/rmi/Server.java 2007-01-21 02:58:56 UTC (rev 2009)
@@ -74,8 +74,7 @@
/**
* When kill is called you are actually schedulling the server to be killed in few milliseconds.
* There are certain cases where we need to assure the server was really killed.
- * For that we have this dumb operation where we can verify if the server still alive or not.
- * @throws Exception
+ * For that we have this simple ping we can use to verify if the server still alive or not.
*/
void ping() throws Exception;
More information about the jboss-cvs-commits
mailing list