Skip to content

Commit

Permalink
Remove redundant type argument
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 6, 2024
1 parent ea29ef4 commit c8cdad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class UpdateCenterMetadataTest {
@Test
public void transitiveDependenciesOfSimple() throws Exception {

assertThat(ucm.transitiveDependenciesOf(jenkins, specs()), Matchers.<PluginMetadata>emptyIterable());
assertThat(ucm.transitiveDependenciesOf(jenkins, specs()), Matchers.emptyIterable());
assertThat(
ucm.transitiveDependenciesOf(jenkins, specs("standalone")),
Matchers.contains(plugins.get("standalone")));
Expand Down

0 comments on commit c8cdad4

Please sign in to comment.