Skip to content

Commit f26773e

Browse files
author
Ganeshwara Hananda
committed
Update client-java API
1 parent 8517f35 commit f26773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Printer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void numericGroup(NumericGroup answer, GraknClient.Transaction tx) {
7575

7676
public void databaseReplica(GraknClient.Database.Replica replica) {
7777
String s = "{ " +
78-
colorJsonKey("address: ") + replica.address().client() + ";" +
78+
colorJsonKey("address: ") + replica.address().external() + ";" +
7979
colorJsonKey(" role: ") + (replica.isPrimary() ? "primary" : "secondary") + ";" +
8080
colorJsonKey(" term: ") + replica.term() +
8181
" }";

0 commit comments

Comments
 (0)