--- old/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManager.java 2015-04-30 20:13:24.683450978 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManager.java 2015-04-30 20:13:24.599450978 +0400 @@ -30,15 +30,11 @@ import java.util.*; /** - *

* Monitoring Manager will have a 1 to 1 association with the ORB. This * gives access to the top level Monitored Object, using which more * Monitored Objects and Attributes can be added and traversed. - *

- *

* * @author Hemanth Puttaswamy - *

*/ public interface MonitoringManager extends Closeable { @@ -46,23 +42,14 @@ // operations /** - *

* Gets the Root Monitored Object which contains a Hierarchy Of Monitored * Objects exposing various Monitorable Attributes of Various modules. - *

- *

- * - * @param MonitoredObject ... - *

*/ public MonitoredObject getRootMonitoredObject(); /** - *

* Initialize is called whenever there is a start monitoring call to CORBA * MBean. This will result in triaging initialize to all the * MonitoredObjects and it's Monitored Attributes. - *

- * */ public void clearState();