Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed May 23, 2023
1 parent 4e3debb commit 51ca0a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public void ensureSize(int size) {

@Override
public T get(int index) {
// if (size() -1 < index) return null;
return super.get(index);
}

Expand Down

0 comments on commit 51ca0a9

Please sign in to comment.