Skip to content
Snippets Groups Projects
Commit 2ac85593 authored by Christopher Schankula's avatar Christopher Schankula :earth_africa:
Browse files

use set convention instead of "update"

parent cd0cf48c
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public class BioTree {
* @param s
* The new Species object to overwrite the old one with.
*/
public static void updateSpecies(int i, Species s) {
public static void setSpecies(int i, Species s) {
species[i] = s;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment