Commit 0ac14ffc authored by patrick.lambert's avatar patrick.lambert
Browse files

unused method as deprecated

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -112,7 +112,6 @@ public class Basin implements Position, Comparable<Basin> {
*/
private Map<DiadromousFishGroup, Long> effectivePerGroup;
public Basin(int id, String name, double winterTemperature, double springTemperature, double summerTemperature,
double fallTemperature) {
this.id = id;
......@@ -188,6 +187,7 @@ public class Basin implements Position, Comparable<Basin> {
}
@Deprecated
public void updateEffective() {
for (DiadromousFishGroup group : fishPerGroup.keySet()) {
long eff = 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment