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);
|