fixed javadoc

This commit is contained in:
Michael de Paly 2010-03-25 16:30:26 +00:00
parent efe451de4c
commit 075cbf09a7

View File

@ -688,11 +688,11 @@ public class Population extends ArrayList implements PopulationInterface, Clonea
}
/**
* This method will return the index of the current best individual from the
* This method will return the index of the current worst individual from the
* population.
*
* @see getIndexOfBestOrWorstIndividual()
* @return The index of the best individual.
* @return The index of the worst individual.
*/
public int getIndexOfWorstIndividualNoConstr() {
return getIndexOfBestOrWorstIndy(false, false, -1);