[jboss-cvs] JBossAS SVN: r68201 - trunk/mbeans/src/main/org/jboss/mx/mxbean.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 12 15:48:27 EST 2007


Author: alesj
Date: 2007-12-12 15:48:27 -0500 (Wed, 12 Dec 2007)
New Revision: 68201

Modified:
   trunk/mbeans/src/main/org/jboss/mx/mxbean/MXBeanUtils.java
Log:
Msg typo.

Modified: trunk/mbeans/src/main/org/jboss/mx/mxbean/MXBeanUtils.java
===================================================================
--- trunk/mbeans/src/main/org/jboss/mx/mxbean/MXBeanUtils.java	2007-12-12 20:26:10 UTC (rev 68200)
+++ trunk/mbeans/src/main/org/jboss/mx/mxbean/MXBeanUtils.java	2007-12-12 20:48:27 UTC (rev 68201)
@@ -819,7 +819,7 @@
             }
          }
       }
-      throw new UnsupportedOperationException("Cannot convert array type: " + type);
+      throw new UnsupportedOperationException("Cannot convert map type: " + type);
    }
 
    /**




More information about the jboss-cvs-commits mailing list