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 12:02:01 UTC

svn commit: r1494903 - in /db/derby/code/branches/10.10: ./ java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java

Author: kahatlen
Date: Thu Jun 20 10:02:01 2013
New Revision: 1494903

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

Modified:
    db/derby/code/branches/10.10/   (props changed)
    db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java

Propchange: db/derby/code/branches/10.10/
------------------------------------------------------------------------------
  Merged /db/derby/code/trunk:r1494901

Modified: db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java?rev=1494903&r1=1494902&r2=1494903&view=diff
==============================================================================
--- db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java (original)
+++ db/derby/code/branches/10.10/java/testing/org/apache/derbyTesting/junit/DerbyDistribution.java Thu Jun 20 10:02:01 2013
@@ -63,7 +63,7 @@ public class DerbyDistribution
     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;
@@ -79,7 +79,7 @@ public class DerbyDistribution
      * 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) {