jdk/src/java.base/share/classes/java/security/Permissions.java
changeset 29492 a4bf9a570035
parent 25859 3317bb8137f4
child 30033 b9c86c17164a
--- a/jdk/src/java.base/share/classes/java/security/Permissions.java	Mon Mar 16 18:08:01 2015 +0800
+++ b/jdk/src/java.base/share/classes/java/security/Permissions.java	Mon Mar 16 19:09:13 2015 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -111,7 +111,7 @@
      *
      * This method creates
      * a new PermissionCollection object (and adds the permission to it)
-     * if an appropriate collection does not yet exist. <p>
+     * if an appropriate collection does not yet exist.
      *
      * @param permission the Permission object to add.
      *
@@ -162,7 +162,7 @@
      *
      * <p>Additionally, if this PermissionCollection contains the
      * AllPermission, this method will always return true.
-     * <p>
+     *
      * @param permission the Permission object to check.
      *
      * @return true if "permission" is implied by the permissions in the