Make setup in FluentProtocol public

This commit is contained in:
chimp1984 2021-10-19 22:55:05 +02:00
parent d7b2e99e43
commit e3eea6350c
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -61,7 +61,7 @@ public class FluentProtocol {
return this;
}
protected FluentProtocol setup(Setup setup) {
public FluentProtocol setup(Setup setup) {
this.setup = setup;
return this;
}