]> source.dussan.org Git - jgit.git/commitdiff
Remove unnecessary @SuppressWarnings("serial") 10/203210/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 16 Jul 2023 13:14:19 +0000 (15:14 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 16 Jul 2023 13:14:19 +0000 (15:14 +0200)
Change-Id: Ib07fd89541dbd4b5095d49b2696429cbacc5bb4c

org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ArchiveCommandTest.java

index 411eab3e7eaace9fa24d36cf50cac6f69637b921..3a4ea8e733f0bdc7c12f242f86bfe5a18b389088 100644 (file)
@@ -254,7 +254,7 @@ public class ArchiveCommandTest extends RepositoryTestCase {
                }
        }
 
-       @SuppressWarnings({ "serial", "boxing" })
+       @SuppressWarnings({ "boxing" })
        private void archiveHeadAllFilesWithCompression(String fmt) throws Exception {
                try (Git git = new Git(db)) {
                        createLargeTestContent(git);