You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/06/30 02:16:04 UTC

svn commit: r789502 - /commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java

Author: psteitz
Date: Tue Jun 30 00:16:04 2009
New Revision: 789502

URL: http://svn.apache.org/viewvc?rev=789502&view=rev
Log:
Fixed incorrect javadoc link.

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java?rev=789502&r1=789501&r2=789502&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java Tue Jun 30 00:16:04 2009
@@ -34,7 +34,7 @@
      * {@inheritDoc}
      * 
      * @throws IllegalArgumentException if <code>original</code> is not a 
-     * {@link RandomKeys} instance
+     * {@link RandomKey} instance
      */
     public Chromosome mutate(Chromosome original) {
         if (!(original instanceof RandomKey)) {