< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.java

Print this page

        

@@ -23,18 +23,14 @@
  * questions.
  */
 package com.sun.corba.se.spi.monitoring;
 
 /**
- * <p>
- *
  * @author Hemanth Puttaswamy
- * </p>
- * <p>
+ *
  * MonitoringObjectFactory is used internally by the ORB, It is not for
  * general public use.
- * </p>
  */
 public interface MonitoringManagerFactory {
     /**
      *  A Simple Factory Method to create the Monitored Attribute Info.
      */
< prev index next >