From f26d6558f865cb6a64d0996c534a858310e8b9bb Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 25 Apr 2018 01:08:58 +0200 Subject: [PATCH] Suppress boxing warning Change-Id: I90226674320841774ad691c84609e3fe71bf7852 Signed-off-by: Matthias Sohn --- .../tst/org/eclipse/jgit/transport/UploadPackTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java index 9c607babe..5073e0ed3 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java @@ -387,6 +387,7 @@ private ByteArrayInputStream uploadPackV2(String... inputLines) throws Exception } @Test + @SuppressWarnings("boxing") public void testV2EmptyRequest() throws Exception { ByteArrayInputStream recvStream = uploadPackV2(PacketLineIn.END); // Verify that there is nothing more after the capability