mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
chore: add small comment to preCondition
This commit is contained in:
parent
1c8b906d61
commit
61c90bfd39
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ public class FluentProtocol {
|
|||
return this;
|
||||
}
|
||||
|
||||
/** Calling this more than once discards the previous conditionFailedHandler */
|
||||
public Condition preCondition(boolean preCondition, Runnable conditionFailedHandler) {
|
||||
checkArgument(result == null);
|
||||
preCondition(preCondition);
|
||||
|
|
Loading…
Add table
Reference in a new issue