opendj-server-legacy/src/main/java/org/opends/server/config/JMXMBean.java
@@ -806,8 +806,7 @@ MBeanConstructorInfo[] mBeanConstructors = new MBeanConstructorInfo[0]; return new MBeanInfo(CLASS_NAME, "Configurable Attributes for " + configEntryDN.toString(), "Configurable Attributes for " + configEntryDN, mBeanAttributes, mBeanConstructors, mBeanOperations, mBeanNotifications); }