You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2022/05/12 16:21:39 UTC

svn commit: r1900841 - /db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/tests/management/CacheManagerMBeanTest.java

Author: rhillegas
Date: Thu May 12 16:21:39 2022
New Revision: 1900841

URL: http://svn.apache.org/viewvc?rev=1900841&view=rev
Log:
DERBY-7138: Fix some javadoc warnings introduced by work on this issue; commit derby-7138-20-aa-fixJavadoc.diff.

Modified:
    db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/tests/management/CacheManagerMBeanTest.java

Modified: db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/tests/management/CacheManagerMBeanTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/tests/management/CacheManagerMBeanTest.java?rev=1900841&r1=1900840&r2=1900841&view=diff
==============================================================================
--- db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/tests/management/CacheManagerMBeanTest.java (original)
+++ db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/tests/management/CacheManagerMBeanTest.java Thu May 12 16:21:39 2022
@@ -302,9 +302,8 @@ public class CacheManagerMBeanTest exten
     }
 
     /**
-     * Test that the CacheManagerMBean can be accessed if the code base
-     * runs with the same permissions as the {@link #withoutPermsTest} test
-     * case plus SystemPermission("engine", "monitor").
+     * Test which used to verify that the CacheManagerMBean can be accessed if the code base
+     * runs with the standard permissions plus SystemPermission("engine", "monitor").
      */
     public void withPermsTest() throws Exception {
         getConnection(); // boot the database