Commit ad4b0f4d authored by Greg Messner's avatar Greg Messner
Browse files

Fixed compile warnings.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@ public class PagerSpliteratorTest {
PagerSpliterator<Integer> pagerSpliterator;
@Mock
Pager pager;
Pager<Integer> pager;
@Before
public void setUp() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment