Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 25, 2024
1 parent dffe986 commit 0f2dc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/util/FastArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public int count() {
}

public String toString() {
return String.format("%d elements (cap=%d): [%s]", size, capacity(), print());
return String.format("%d elements: [%s]", size, print());
}

public String print() {
Expand Down

0 comments on commit 0f2dc37

Please sign in to comment.