]> source.dussan.org Git - jgit.git/commit
Remove SuppressWarnings since currently ignored 57/190357/13
authorFabio Ponciroli <ponch78@gmail.com>
Thu, 3 Feb 2022 08:49:13 +0000 (09:49 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 22 Feb 2022 22:21:28 +0000 (23:21 +0100)
commit00bb7cc9a5bb1627c3ef8f2e4a5886e79afba189
treebaac3935f418dc3db95cfb70b268ce5502bb7fd7
parent73831b34b848ca739f27fe7ba207eae5dca8bb54
Remove SuppressWarnings since currently ignored

The following warning was raised by Eclipse:
"At least one of the problems in category
'unused' is not analysed due to a compiler option being ignored"

The org.eclipse.jdt.core.compiler.problem.unusedTypeParameter compiler
option is set to ignore, hence the warning suppression is redundant.

Change-Id: I5fd6efc9968be133c71e95c53803c44310d75e85
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/FileReftableStackTest.java