[jboss-cvs] JBoss Messaging SVN: r5931 - branches/JBMESSAGING_1394/src/main/org/jboss/messaging/core/exception.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 25 15:26:56 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-02-25 15:26:55 -0500 (Wed, 25 Feb 2009)
New Revision: 5931

Modified:
   branches/JBMESSAGING_1394/src/main/org/jboss/messaging/core/exception/MessagingException.java
Log:
just a javadoc tweak that I just remembered

Modified: branches/JBMESSAGING_1394/src/main/org/jboss/messaging/core/exception/MessagingException.java
===================================================================
--- branches/JBMESSAGING_1394/src/main/org/jboss/messaging/core/exception/MessagingException.java	2009-02-25 15:43:51 UTC (rev 5930)
+++ branches/JBMESSAGING_1394/src/main/org/jboss/messaging/core/exception/MessagingException.java	2009-02-25 20:26:55 UTC (rev 5931)
@@ -103,6 +103,15 @@
       this.code = code;
    }
 
+   /**
+    * Info: This constructor is used by the JNI layer.
+    * Native Signature is: (ILjava/lang/String;)V
+    * 
+    * Any changes made to this signature will have to be done at JavaUtilities.cpp also
+    * 
+    * @param code
+    * @param msg
+    */
    public MessagingException(int code, String msg)
    {
       super(msg);




More information about the jboss-cvs-commits mailing list