[hornetq-commits] JBoss hornetq SVN: r8760 - in trunk/src/main/org/hornetq/api: jms/management and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 7 04:59:42 EST 2010


Author: jmesnil
Date: 2010-01-07 04:59:41 -0500 (Thu, 07 Jan 2010)
New Revision: 8760

Modified:
   trunk/src/main/org/hornetq/api/core/management/ManagementHelper.java
   trunk/src/main/org/hornetq/api/jms/management/JMSManagementHelper.java
Log:
javadoc

Modified: trunk/src/main/org/hornetq/api/core/management/ManagementHelper.java
===================================================================
--- trunk/src/main/org/hornetq/api/core/management/ManagementHelper.java	2010-01-07 09:49:21 UTC (rev 8759)
+++ trunk/src/main/org/hornetq/api/core/management/ManagementHelper.java	2010-01-07 09:59:41 UTC (rev 8760)
@@ -360,7 +360,7 @@
    /**
     * Returns the result of an operation invocation or an attribute value.
     * 
-    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@ code false}.
+    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@code false}.
     * and the result will be a String corresponding to the server exception.
     */
    public static Object[] getResults(final Message message) throws Exception
@@ -384,7 +384,7 @@
    /**
     * Returns the result of an operation invocation or an attribute value.
     * 
-    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@ code false}.
+    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@code false}.
     * and the result will be a String corresponding to the server exception.
     */
    public static Object getResult(final Message message) throws Exception

Modified: trunk/src/main/org/hornetq/api/jms/management/JMSManagementHelper.java
===================================================================
--- trunk/src/main/org/hornetq/api/jms/management/JMSManagementHelper.java	2010-01-07 09:49:21 UTC (rev 8759)
+++ trunk/src/main/org/hornetq/api/jms/management/JMSManagementHelper.java	2010-01-07 09:59:41 UTC (rev 8760)
@@ -153,7 +153,7 @@
    /**
     * Returns the result of an operation invocation or an attribute value.
     * 
-    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@ code false}.
+    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@code false}.
     * and the result will be a String corresponding to the server exception.
     */
    public static Object[] getResults(final Message message) throws Exception
@@ -164,7 +164,7 @@
    /**
     * Returns the result of an operation invocation or an attribute value.
     * 
-    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@ code false}.
+    * If an error occurred on the server, {@link #hasOperationSucceeded(Message)} will return {@code false}.
     * and the result will be a String corresponding to the server exception.
     */
    public static Object getResult(final Message message) throws Exception



More information about the hornetq-commits mailing list