Browse Source

Suppress boxing warning

Change-Id: I90226674320841774ad691c84609e3fe71bf7852
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-5.0
Matthias Sohn 7 years ago
parent
commit
f26d6558f8
  1. 1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java

1
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java

@ -387,6 +387,7 @@ public class UploadPackTest {
}
@Test
@SuppressWarnings("boxing")
public void testV2EmptyRequest() throws Exception {
ByteArrayInputStream recvStream = uploadPackV2(PacketLineIn.END);
// Verify that there is nothing more after the capability

Loading…
Cancel
Save