Unnecessary ;
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@800113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0917d0986b
commit
dacb1a18d7
|
@ -178,7 +178,7 @@ public abstract class RandomKey<T> extends AbstractListChromosome<Double> implem
|
||||||
throw new InvalidRepresentationException("Values of representation must be in [0,1] interval");
|
throw new InvalidRepresentationException("Values of representation must be in [0,1] interval");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue