< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.java

Print this page

        

@@ -25,20 +25,15 @@
 package com.sun.corba.se.spi.monitoring;
 
 import java.util.*;
 
 /**
- * <p>
- *
  * @author Hemanth Puttaswamy
- * </p>
- * <p>
+ *
  *  A Convenient class provided to help users extend and implement only
  *  getValue(), if there is no need to clear the state and the attribute is not
  *  writable.
- *
- * </p>
  */
 public abstract class MonitoredAttributeBase implements MonitoredAttribute {
     String name;
     MonitoredAttributeInfo attributeInfo;
     /**
< prev index next >