jdk/src/share/classes/javax/sql/rowset/spi/SyncFactory.java
changeset 18156 edb590d448c5
parent 14176 9864fbbedb87
child 18564 f9db68ff2cbb
--- a/jdk/src/share/classes/javax/sql/rowset/spi/SyncFactory.java	Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/javax/sql/rowset/spi/SyncFactory.java	Mon Jun 10 12:58:32 2013 +0100
@@ -627,8 +627,6 @@
      * required
      * @throws java.lang.SecurityException if a security manager exists and its
      *   {@code checkPermission} method denies calling {@code setLogger}
-     * @throws java.util.logging.LoggingPermission if a security manager exists and its
-     *   {@code checkPermission} method denies calling {@code setLevel}
      * @throws NullPointerException if the logger is null
      * @see SecurityManager#checkPermission
      * @see LoggingPermission