--- old/src/share/classes/java/util/logging/LogManager.java 2013-01-08 02:20:15.864821491 -0500 +++ new/src/share/classes/java/util/logging/LogManager.java 2013-01-08 02:20:14.428740611 -0500 @@ -302,6 +302,10 @@ * the same event Listener results in multiple entries * in the property event listener table. * + *

WARNING: This method is omitted from this class in all subset + * Profiles of Java SE that do not include the {@code java.beans} package. + *

+ * * @param l event listener * @exception SecurityException if a security manager exists and if * the caller does not have LoggingPermission("control"). @@ -335,6 +339,10 @@ *

* Returns silently if the given listener is not found. * + *

WARNING: This method is omitted from this class in all subset + * Profiles of Java SE that do not include the {@code java.beans} package. + *

+ * * @param l event listener (can be null) * @exception SecurityException if a security manager exists and if * the caller does not have LoggingPermission("control").