]> source.dussan.org Git - jgit.git/commit
Fix warning about using raw type 25/1194025/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 29 Apr 2024 13:24:02 +0000 (15:24 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 29 Apr 2024 13:26:57 +0000 (15:26 +0200)
commite6a4a2a1fb11d7870bf3cccde3dbf88071b5a5cf
tree9d413a45302ece976f7ca9f80feda17484340a12
parenta82cc38a981bececf7ca732317d444e8d37a3d1b
Fix warning about using raw type

This fixes the warning in UploadPackHandleDeletedPackFileTest. line 116:

"Type safety: The method register(Object, Repository) belongs to the raw
type TestProtocol. References to generic type TestProtocol<C> should be
parameterized."

Change-Id: I5a74269f1af7369dd397dd0f1c3cd807c0351367
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackHandleDeletedPackFileTest.java