remove generated comments
This commit is contained in:
parent
f6e85761d2
commit
25241fcc7a
|
@ -87,23 +87,14 @@ public class SigarRegistry extends AbstractMBean {
|
||||||
this.managedBeans = new ArrayList();
|
this.managedBeans = new ArrayList();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see AbstractMBean#getObjectName()
|
|
||||||
*/
|
|
||||||
public String getObjectName() {
|
public String getObjectName() {
|
||||||
return this.objectName;
|
return this.objectName;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see javax.management.DynamicMBean#getAttribute(java.lang.String)
|
|
||||||
*/
|
|
||||||
public Object getAttribute(String attr) throws AttributeNotFoundException {
|
public Object getAttribute(String attr) throws AttributeNotFoundException {
|
||||||
throw new AttributeNotFoundException(attr);
|
throw new AttributeNotFoundException(attr);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see javax.management.DynamicMBean#getMBeanInfo()
|
|
||||||
*/
|
|
||||||
public MBeanInfo getMBeanInfo() {
|
public MBeanInfo getMBeanInfo() {
|
||||||
return MBEAN_INFO;
|
return MBEAN_INFO;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue