Apply "type inference for generic instance creation" Java 7 feature
Change-Id: Ia14802c903ca67b9d94dc6038d70b0e9644bc621
This commit is contained in:
@@ -27,7 +27,7 @@ public class HelloMenu implements TopMenu {
|
||||
|
||||
@Inject
|
||||
public HelloMenu(@PluginName String pluginName) {
|
||||
menuEntries = new ArrayList<TopMenu.MenuEntry>();
|
||||
menuEntries = new ArrayList<>();
|
||||
menuEntries.add(new MenuEntry("Hello", Collections
|
||||
.singletonList(new MenuItem("Hello Screen", "#/x/" + pluginName, ""))));
|
||||
}
|
||||
|
Reference in New Issue
Block a user