remove generated comments

This commit is contained in:
Doug MacEachern 2009-04-29 15:02:11 -07:00
parent f6e85761d2
commit 25241fcc7a
1 changed files with 0 additions and 9 deletions

View File

@ -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;
} }