diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-07-16 15:14:19 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-07-16 15:14:19 +0200 |
commit | f41c5e8c01308036b11d50254165714ef6e4a3af (patch) | |
tree | 0f598e3b4158272e27cd7ee150745c0c2438774c /org.eclipse.jgit.test/tst/org/eclipse/jgit/api | |
parent | 010a14f24dd6982cf67df45ad71c87c666884381 (diff) | |
download | jgit-f41c5e8c01308036b11d50254165714ef6e4a3af.tar.gz jgit-f41c5e8c01308036b11d50254165714ef6e4a3af.zip |
Remove unnecessary @SuppressWarnings("serial")
Change-Id: Ib07fd89541dbd4b5095d49b2696429cbacc5bb4c
Diffstat (limited to 'org.eclipse.jgit.test/tst/org/eclipse/jgit/api')
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ArchiveCommandTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 411eab3e7e..3a4ea8e733 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 @@ 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); |