[jboss-cvs] JBossAS SVN: r62135 - branches/JBoss_4_0_5_GA_CP/console/src/main/org/jboss/console/plugins.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 5 11:01:42 EDT 2007


Author: darran.lofthouse at jboss.com
Date: 2007-04-05 11:01:42 -0400 (Thu, 05 Apr 2007)
New Revision: 62135

Modified:
   branches/JBoss_4_0_5_GA_CP/console/src/main/org/jboss/console/plugins/EJBModuleLister.java
Log:
ASPATCH-174 - Reduce visibility of new method to prevent serialVersionUID from changing.

Modified: branches/JBoss_4_0_5_GA_CP/console/src/main/org/jboss/console/plugins/EJBModuleLister.java
===================================================================
--- branches/JBoss_4_0_5_GA_CP/console/src/main/org/jboss/console/plugins/EJBModuleLister.java	2007-04-05 14:57:00 UTC (rev 62134)
+++ branches/JBoss_4_0_5_GA_CP/console/src/main/org/jboss/console/plugins/EJBModuleLister.java	2007-04-05 15:01:42 UTC (rev 62135)
@@ -118,7 +118,7 @@
       return ejbs;
    }
 
-   protected String createContainerName(ObjectName objName) throws Exception
+   private String createContainerName(ObjectName objName) throws Exception
    {
       String jndiName = (String) mbeanServer.getAttribute(objName, "JndiName");
       String localJndiName = (String) mbeanServer.getAttribute(objName, "LocalJndiName");




More information about the jboss-cvs-commits mailing list