Condition.TrueCondition.otherwise: comment that it does nothing
This commit is contained in:
parent
0311dd1056
commit
3e86a62de1
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ public interface Condition {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void otherwise(final Runnable response) {
|
public void otherwise(final Runnable response) {
|
||||||
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue