Skip to content

Commit 062a094

Browse files
committed
Squash spotbugs warning
1 parent c2c9699 commit 062a094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/rabbitmq/stream/impl/Client.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,6 +2263,7 @@ public Broker getLeader() {
22632263
return leader;
22642264
}
22652265

2266+
@SuppressFBWarnings("EI_EXPOSE_REP2")
22662267
public List<Broker> getReplicas() {
22672268
return replicas;
22682269
}

0 commit comments

Comments
 (0)