From f41c5e8c01308036b11d50254165714ef6e4a3af Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 16 Jul 2023 15:14:19 +0200 Subject: [PATCH] Remove unnecessary @SuppressWarnings("serial") Change-Id: Ib07fd89541dbd4b5095d49b2696429cbacc5bb4c --- .../tst/org/eclipse/jgit/api/ArchiveCommandTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ArchiveCommandTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ArchiveCommandTest.java index 411eab3e7..3a4ea8e73 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ArchiveCommandTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ArchiveCommandTest.java @@ -254,7 +254,7 @@ private void archiveHeadAllFiles(String fmt) throws Exception { } } - @SuppressWarnings({ "serial", "boxing" }) + @SuppressWarnings({ "boxing" }) private void archiveHeadAllFilesWithCompression(String fmt) throws Exception { try (Git git = new Git(db)) { createLargeTestContent(git);