]> source.dussan.org Git - jgit.git/commitdiff
PackExtBlockCacheTableTest: suppress unchecked conversion warnings 45/1200145/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 28 Aug 2024 15:09:16 +0000 (17:09 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 28 Aug 2024 19:46:37 +0000 (21:46 +0200)
Change-Id: I5fcad7a824c4a320683d11da52c4e2035231f85d

org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/dfs/PackExtBlockCacheTableTest.java

index 72abbf1120cad377960e8bbce58bea69df7e028d..d904946226d27b5af0c3c712459f96dc650d8d82 100644 (file)
@@ -35,7 +35,7 @@ import org.eclipse.jgit.internal.storage.pack.PackExt;
 import org.junit.Test;
 import org.mockito.Mockito;
 
-@SuppressWarnings("boxing")
+@SuppressWarnings({ "boxing", "unchecked" })
 public class PackExtBlockCacheTableTest {
        @Test
        public void fromBlockCacheConfigs_createsDfsPackExtBlockCacheTables() {