Skip to content

Commit

Permalink
Fixup for ddd3c52
Browse files Browse the repository at this point in the history
This is a fixup for the commit ddd3c52

Issue: #47
  • Loading branch information
gayanW committed May 27, 2018
1 parent d8e5138 commit 5feccf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/gov/nasa/jpf/util/SparseClusterArrayTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public void testClone() {

Cloner<Integer> cloner = new Cloner<Integer>() {
@Override
@SuppressWarnings("deprecation")
public Integer clone (Integer other) {
return new Integer(other);
}
Expand Down

0 comments on commit 5feccf6

Please sign in to comment.