Rename GlobalConfiguration.setMBeanServerLookup that takes instance
-------------------------------------------------------------------
Key: ISPN-866
URL:
https://issues.jboss.org/browse/ISPN-866
Project: Infinispan
Issue Type: Bug
Components: Configuration, JMX, reporting and management
Affects Versions: 4.2.0.Final, 5.0.0.ALPHA1
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.0.0.BETA1, 5.0.0.Final
The following two methods are confusing:
public void setMBeanServerLookup(String mBeanServerLookupClass)
public void setMBeanServerLookup(MBeanServerLookup mBeanServerLookup) {
The second one should be renamed to setMBeanServerLookupInstance
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: