jdk/src/share/classes/java/util/logging/LogManager.java
changeset 15684 e5b41bd22ec9
parent 14774 4e298ffae1c7
child 16117 3c521ba54a81
--- a/jdk/src/share/classes/java/util/logging/LogManager.java	Mon Jan 21 23:21:15 2013 -0500
+++ b/jdk/src/share/classes/java/util/logging/LogManager.java	Mon Jan 21 23:23:12 2013 -0500
@@ -302,6 +302,10 @@
      * the same event Listener results in multiple entries
      * in the property event listener table.
      *
+     * <p><b>WARNING:</b> This method is omitted from this class in all subset
+     * Profiles of Java SE that do not include the {@code java.beans} package.
+     * </p>
+     *
      * @param l  event listener
      * @exception  SecurityException  if a security manager exists and if
      *             the caller does not have LoggingPermission("control").
@@ -335,6 +339,10 @@
      * <P>
      * Returns silently if the given listener is not found.
      *
+     * <p><b>WARNING:</b> This method is omitted from this class in all subset
+     * Profiles of Java SE that do not include the {@code java.beans} package.
+     * </p>
+     *
      * @param l  event listener (can be null)
      * @exception  SecurityException  if a security manager exists and if
      *             the caller does not have LoggingPermission("control").