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 kr...@apache.org on 2011/10/24 15:34:46 UTC

svn commit: r1188144 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ServicePropertiesFileTest.java

Author: kristwaa
Date: Mon Oct 24 13:34:45 2011
New Revision: 1188144

URL: http://svn.apache.org/viewvc?rev=1188144&view=rev
Log:
DERBY-5283: Crash / process termination during SYSCS_DISABLE_LOG_ARCHIVE_MODE can leave service.properties broken

Fixed Javadoc warning.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ServicePropertiesFileTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ServicePropertiesFileTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ServicePropertiesFileTest.java?rev=1188144&r1=1188143&r2=1188144&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ServicePropertiesFileTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/ServicePropertiesFileTest.java Mon Oct 24 13:34:45 2011
@@ -342,7 +342,7 @@ public class ServicePropertiesFileTest
         spfOld = new File(newDb, "service.propertiesold");
     }
 
-    /** Dependent on state set by {@linkplain copyDb}. */
+    /** Dependent on state set by {@linkplain #copyDbAs}. */
     private void createSPFBackup(boolean keepOriginal)
             throws IOException {
         PrivilegedFileOpsForTests.copy(spf, spfOld);