Fixed incorrect javadoc link.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@789502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-06-30 00:16:04 +00:00
parent 879518c341
commit 41fac55fe2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class RandomKeyMutation implements MutationPolicy {
* {@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)) {