Skip to content

Commit 65cd4cc

Browse files
committed
solution: possibility to reuse an existing grpc Channel
1 parent 1e2af03 commit 65cd4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emerald-api/src/main/java/io/emeraldpay/api/EmeraldConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class EmeraldConnection {
1414

1515
private final Channel channel;
1616

17-
private EmeraldConnection(Channel channel) {
17+
public EmeraldConnection(Channel channel) {
1818
this.channel = channel;
1919
}
2020

0 commit comments

Comments
 (0)