mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Make setup in FluentProtocol public
This commit is contained in:
parent
d7b2e99e43
commit
e3eea6350c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class FluentProtocol {
|
|||
return this;
|
||||
}
|
||||
|
||||
protected FluentProtocol setup(Setup setup) {
|
||||
public FluentProtocol setup(Setup setup) {
|
||||
this.setup = setup;
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue