--- old/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.java 2015-04-30 16:32:00.231461894 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.java 2015-04-30 16:32:00.151461894 +0400 @@ -27,13 +27,9 @@ import java.util.*; /** - *

- * * @author Hemanth Puttaswamy - *

- *

+ * * A Cleaner Abstraction to provide a Monitored Attribute of type 'Long' - *

*/ public abstract class LongMonitoredAttributeBase extends MonitoredAttributeBase { @@ -42,20 +38,14 @@ /** - *

* Constructs LongMonitoredAttribute, by creating the * MonitoredAttributeInfo with 'Long' as the class type. * Users are expected to extend this class and provide the implementation * for getValue() and if needed clearState() as well. - *

- *

* * @param name of tthe MonitoredAttribute - *

- *

* @param description of the Attribute, Please provid a well thought out * description, so that the admin can make sense of the attribute supplied. - *

*/ public LongMonitoredAttributeBase(String name, String description) { super( name );