src/share/classes/java/rmi/activation/Activator.java

Print this page

        

@@ -51,11 +51,11 @@
  * which recives information about active and inactive objects and inactive
  * groups. <p>
  *
  * The activator is responsible for monitoring and detecting when
  * activation groups fail so that it can remove stale remote references
- * to groups and active object's within those groups.<p>
+ * to groups and active object's within those groups.
  *
  * @author      Ann Wollrath
  * @see         ActivationInstantiator
  * @see         ActivationGroupDesc
  * @see         ActivationGroupID

@@ -93,11 +93,11 @@
      * Remote object so that the activator does not need to load the
      * code for that object, or participate in distributed garbage
      * collection for that object. If the activator kept a strong
      * reference to the remote object, the activator would then
      * prevent the object from being garbage collected under the
-     * normal distributed garbage collection mechanism. <p>
+     * normal distributed garbage collection mechanism.
      *
      * @param id the activation identifier for the object being activated
      * @param force if true, the activator contacts the group to obtain
      * the remote object's reference; if false, returning the cached value
      * is allowed.