--- old/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttribute.java 2015-05-05 20:15:04.059833425 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttribute.java 2015-05-05 20:15:03.979833425 +0400 @@ -42,7 +42,7 @@ /** * Gets the Monitored Attribute Info for the attribute. * - * @param monitoredAttributeInfo for this Monitored Attribute. + * @return monitoredAttributeInfo for this Monitored Attribute. */ public MonitoredAttributeInfo getAttributeInfo(); /** @@ -67,7 +67,7 @@ * getvalue is same as the one specified in MonitoredAttributeInfo for this * attribute. * - * @param value is the current value for this MonitoredAttribute + * @return the current value for this MonitoredAttribute */ public Object getValue(); /**