Skip to content

Commit 93ab53c

Browse files
RATIS-2268. A minor documatention fix for method getSuccessors. (#1242)
1 parent 7723c2b commit 93ab53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ratis-netty/src/main/java/org/apache/ratis/netty/server/DataStreamManagement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private Set<RaftPeer> getSuccessors(RaftPeerId peerId) {
202202
}
203203

204204
if (isPrimary()) {
205-
// Default start topology
205+
// Default star topology
206206
// get the other peers from the current configuration
207207
return conf.getCurrentPeers().stream()
208208
.filter(p -> !p.getId().equals(division.getId()))

0 commit comments

Comments
 (0)