--- old/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.java 2015-04-30 16:32:00.919461894 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.java 2015-04-30 16:32:00.839461894 +0400 @@ -27,16 +27,11 @@ import java.util.*; /** - *

- * * @author Hemanth Puttaswamy - *

- *

+ * * 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. - * - *

*/ public abstract class MonitoredAttributeBase implements MonitoredAttribute { String name;