Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit f9e346a

Browse files
authored
Merge pull request #12 from netifi-proteus/hotfix/proteus-private-method
Change clientTransportFactory method visibility to public
2 parents 853cbf9 + 5abe1a5 commit f9e346a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/netifi/proteus/Proteus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public static class Builder {
141141
private int poolSize = Runtime.getRuntime().availableProcessors();
142142
private Supplier<Tracer> tracerSupplier = () -> null;
143143

144-
private Builder clientTransportFactory(
144+
public Builder clientTransportFactory(
145145
Function<SocketAddress, ClientTransport> clientTransportFactory) {
146146
this.clientTransportFactory = clientTransportFactory;
147147
return this;

0 commit comments

Comments
 (0)