--- old/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java 2015-04-30 20:13:26.051450977 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java 2015-04-30 20:13:25.971450977 +0400 @@ -27,14 +27,10 @@ import java.util.*; /** - *

- * * @author Hemanth Puttaswamy - *

- *

+ * * A Convenient Abstraction to present String type Monitored Attribute. One * of the examples of StringMonitoredAttribute is the State information. - *

*/ public abstract class StringMonitoredAttributeBase extends MonitoredAttributeBase @@ -45,20 +41,11 @@ /** - *

* Constructs StringMonitoredAttribute with the MonitoredAttributeInfo * built with the class type of String. - *

- *

* * @param name of this attribute - *

- *

* @param description of this attribute - *

- *

- * @return a StringMonitoredAttributeBase - *

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