jdk/src/share/classes/java/security/PermissionCollection.java
changeset 21334 c60dfce46a77
parent 18579 b678846778ad
--- a/jdk/src/share/classes/java/security/PermissionCollection.java	Tue Oct 22 15:11:47 2013 -0400
+++ b/jdk/src/share/classes/java/security/PermissionCollection.java	Tue Oct 22 17:02:08 2013 -0400
@@ -37,7 +37,6 @@
  *      collection, using the {@code implies} method.
  * <LI> enumerate all the permissions, using the {@code elements} method.
  * </UL>
- * <P>
  *
  * <p>When it is desirable to group together a number of Permission objects
  * of the same type, the {@code newPermissionCollection} method on that