mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 02:06:18 +01:00
refactor: remove explicit type arguments
This commit is contained in:
@@ -66,7 +66,7 @@ public class PluginTreeTest
|
||||
public void testPluginConditionFailed() throws IOException
|
||||
{
|
||||
PluginCondition condition = new PluginCondition("999",
|
||||
new ArrayList<String>(), "hit");
|
||||
new ArrayList<>(), "hit");
|
||||
Plugin plugin = new Plugin(2, createInfo("a", "b", "1"), null, condition,
|
||||
false, null);
|
||||
ExplodedSmp smp = createSmp(plugin);
|
||||
|
||||
Reference in New Issue
Block a user