Skip to content

Commit 0f2dc37

Browse files
committed
ns
1 parent dffe986 commit 0f2dc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/jgroups/util/FastArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public int count() {
463463
}
464464

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

469469
public String print() {

0 commit comments

Comments
 (0)