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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 5 10:15:43 EDT 2007


Author: darran.lofthouse at jboss.com
Date: 2007-04-05 10:15:43 -0400 (Thu, 05 Apr 2007)
New Revision: 62128

Modified:
   branches/JBoss_4_0_5_GA_CP03/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_CP03/console/src/main/org/jboss/console/plugins/EJBModuleLister.java
===================================================================
--- branches/JBoss_4_0_5_GA_CP03/console/src/main/org/jboss/console/plugins/EJBModuleLister.java	2007-04-05 14:09:27 UTC (rev 62127)
+++ branches/JBoss_4_0_5_GA_CP03/console/src/main/org/jboss/console/plugins/EJBModuleLister.java	2007-04-05 14:15:43 UTC (rev 62128)
@@ -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