Procházet zdrojové kódy

Suppress boxing warning

Change-Id: I90226674320841774ad691c84609e3fe71bf7852
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.0.0.201805151920-m7
Matthias Sohn před 6 roky
rodič
revize
f26d6558f8

+ 1
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit