Commit 93c5eef9 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
...@@ -31,7 +31,6 @@ public abstract class RIOBasinNetwork extends BasinNetwork { ...@@ -31,7 +31,6 @@ public abstract class RIOBasinNetwork extends BasinNetwork {
protected transient Time time; protected transient Time time;
@Override @Override
@InitTransientParameters @InitTransientParameters
public void initTransientParameters(Pilot pilot) { public void initTransientParameters(Pilot pilot) {
...@@ -204,6 +203,7 @@ public abstract class RIOBasinNetwork extends BasinNetwork { ...@@ -204,6 +203,7 @@ public abstract class RIOBasinNetwork extends BasinNetwork {
} }
@Deprecated
@Override @Override
public int[] getFinalStates() { public int[] getFinalStates() {
// TODO ask to Nicolas to be able to use ReflectUtils with arguments // TODO ask to Nicolas to be able to use ReflectUtils with arguments
......
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