[jboss-cvs] JBossAS SVN: r68261 - branches/Branch_4_2/console/src/main/org/jboss/console/manager/interfaces/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 13 16:09:37 EST 2007


Author: csaldanh
Date: 2007-12-13 16:09:37 -0500 (Thu, 13 Dec 2007)
New Revision: 68261

Modified:
   branches/Branch_4_2/console/src/main/org/jboss/console/manager/interfaces/impl/GraphMBeanAttributeAction.java
Log:
JBAS-4148: NullPointerException resolved for graph using jfreechart



Modified: branches/Branch_4_2/console/src/main/org/jboss/console/manager/interfaces/impl/GraphMBeanAttributeAction.java
===================================================================
--- branches/Branch_4_2/console/src/main/org/jboss/console/manager/interfaces/impl/GraphMBeanAttributeAction.java	2007-12-13 19:55:02 UTC (rev 68260)
+++ branches/Branch_4_2/console/src/main/org/jboss/console/manager/interfaces/impl/GraphMBeanAttributeAction.java	2007-12-13 21:09:37 UTC (rev 68261)
@@ -146,7 +146,7 @@
        * @return The series key.
        */
       public Comparable getSeriesKey(int series){
-          return null; //Switching to new jfreechart API so really don't use this.
+          return "graph"; //Just better to keep it as "graph" for now
       }
 
       /**




More information about the jboss-cvs-commits mailing list