From 2465e3a6537f16d7f88dcd2ba082ff7ed8378e34 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Fri, 31 Dec 2010 11:44:55 +0100 Subject: [PATCH] Drop unneccessary @SuppressWarnings Change-Id: I3a5b877efd3a58ad463c47bb663d073baea81dda Signed-off-by: Robin Rosenberg --- .../tst/org/eclipse/jgit/revplot/PlotCommitListTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/revplot/PlotCommitListTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/revplot/PlotCommitListTest.java index e2dab2989..57d4c39e3 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/revplot/PlotCommitListTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/revplot/PlotCommitListTest.java @@ -91,7 +91,6 @@ public class PlotCommitListTest extends RevWalkTestCase { } } - @SuppressWarnings("boxing") @Test public void testLinear() throws Exception { final RevCommit a = commit(); @@ -112,7 +111,6 @@ public class PlotCommitListTest extends RevWalkTestCase { test.noMoreCommits(); } - @SuppressWarnings("boxing") @Test public void testMerged() throws Exception { final RevCommit a = commit(); @@ -135,7 +133,6 @@ public class PlotCommitListTest extends RevWalkTestCase { test.noMoreCommits(); } - @SuppressWarnings("boxing") @Test public void testSideBranch() throws Exception { final RevCommit a = commit(); @@ -157,7 +154,6 @@ public class PlotCommitListTest extends RevWalkTestCase { test.noMoreCommits(); } - @SuppressWarnings("boxing") @Test public void test2SideBranches() throws Exception { final RevCommit a = commit(); @@ -182,7 +178,6 @@ public class PlotCommitListTest extends RevWalkTestCase { test.noMoreCommits(); } - @SuppressWarnings("boxing") @Test public void testBug300282_1() throws Exception { final RevCommit a = commit();