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:
parent
879518c341
commit
41fac55fe2
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue