[jboss-cvs] JBoss Messaging SVN: r7640 - trunk/src/main/org/jboss/messaging/core/client/management/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 29 12:19:48 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-07-29 12:19:47 -0400 (Wed, 29 Jul 2009)
New Revision: 7640

Modified:
   trunk/src/main/org/jboss/messaging/core/client/management/impl/ManagementHelper.java
Log:
Just fixing an annoying UTF-8 warning during compilation

Modified: trunk/src/main/org/jboss/messaging/core/client/management/impl/ManagementHelper.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/client/management/impl/ManagementHelper.java	2009-07-29 14:21:41 UTC (rev 7639)
+++ trunk/src/main/org/jboss/messaging/core/client/management/impl/ManagementHelper.java	2009-07-29 16:19:47 UTC (rev 7640)
@@ -386,7 +386,7 @@
     
       String s = str;
       
-      // if there is a single item, we wrap it in {Ê}Êto make it a JSON object
+      // if there is a single item, we wrap it in to make it a JSON object
       if (!s.trim().startsWith("{"))
       {
          s = "{" + s + "}";




More information about the jboss-cvs-commits mailing list