Condition.TrueCondition.otherwise: comment that it does nothing

This commit is contained in:
Paul Campbell 2017-08-26 12:43:07 +01:00
parent 0311dd1056
commit 3e86a62de1

View file

@ -154,6 +154,7 @@ public interface Condition {
@Override
public void otherwise(final Runnable response) {
// do nothing
}
}