Remove unnecessary @SuppressWarnings("serial")

Change-Id: Ib07fd89541dbd4b5095d49b2696429cbacc5bb4c
This commit is contained in:
Matthias Sohn 2023-07-16 15:14:19 +02:00
parent 010a14f24d
commit f41c5e8c01
1 changed files with 1 additions and 1 deletions

View File

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