Skip to content

Commit f25638a

Browse files
committed
FlowerRoot.java - remove method override getRandomTemplate. It is same as in parent class.
1 parent 2f551a0 commit f25638a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

botany/src/main/java/binnie/botany/genetics/FlowerRoot.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,6 @@ public IAllele[] getDefaultTemplate() {
209209
return alleles;
210210
}
211211

212-
@Override
213-
public IAllele[] getRandomTemplate(Random rand) {
214-
return speciesTemplates.values().toArray(new IAllele[0][])[rand.nextInt(speciesTemplates.values().size())];
215-
}
216-
217212
@Override
218213
public ArrayList<IFlowerMutation> getMutations(boolean shuffle) {
219214
if (shuffle) {

0 commit comments

Comments
 (0)