jdk/src/share/classes/javax/management/MBeanServerPermission.java
changeset 24368 2b4801b94265
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/javax/management/MBeanServerPermission.java	Mon May 12 14:12:33 2014 +0400
+++ b/jdk/src/share/classes/javax/management/MBeanServerPermission.java	Mon May 12 14:33:13 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2014, 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
@@ -285,7 +285,7 @@
      * Checks two MBeanServerPermission objects for equality. Checks that
      * <i>obj</i> is an MBeanServerPermission, and represents the same
      * list of allowable actions as this object.
-     * <P>
+     *
      * @param obj the object we are testing for equality with this object.
      * @return true if the objects are equal.
      */