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:
Sebastian Bazley 2009-08-02 17:23:54 +00:00
parent 0917d0986b
commit dacb1a18d7
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}
};
}
/**