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 ka...@apache.org on 2013/06/20 11:57:56 UTC

svn commit: r1494901 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java

Author: kahatlen
Date: Thu Jun 20 09:57:55 2013
New Revision: 1494901

URL: http://svn.apache.org/r1494901
Log:
DERBY-6126: Fix javadoc warning

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java?rev=1494901&r1=1494900&r2=1494901&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java Thu Jun 20 09:57:55 2013
@@ -62,7 +62,7 @@ public class DerbyDistribution implement
     private final String derbyRunJarPath;
     /** Path to derbyclient.jar. */
     private final String derbyClientJarPath;
-    /** Path to derbyengine.jar. */
+    /** Path to derby.jar. */
     private final String derbyEngineJarPath;
     /** Path to derbynet.jar. */
     private final String derbyNetJarPath;
@@ -78,7 +78,7 @@ public class DerbyDistribution implement
      * Derives the information for a Derby distribution.
      *
      * @throws NullPointerException if version is {@code null}
-     * @see #getInstance
+     * @see #newInstance(DerbyVersion, File)
      */
     private DerbyDistribution(DerbyVersion version,
                               File[] productionJars, File[] testingJars) {