Skip to content

Commit fdbe3d2

Browse files
committed
slightly more correct implementation
1 parent dcdf29f commit fdbe3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/opentok/ArchiveList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public int getTotalCount() {
2828
}
2929

3030
private void setItems(List<Archive> archives) {
31+
this.clear();
3132
this.addAll(archives);
3233
}
3334

0 commit comments

Comments
 (0)