Expose ListTopMenus for plugins testing

Prepration for exposing the list of top-menu items through
the GerritApi and use it in plugin testing.

Change-Id: Id662c29b3dec928dec7fbefb66520207d305734c
This commit is contained in:
Luca Milanesio
2019-04-24 07:40:42 +01:00
parent ddbd50a766
commit 40d2be69db

View File

@@ -26,7 +26,7 @@ import java.util.ArrayList;
import java.util.List;
@Singleton
class ListTopMenus implements RestReadView<ConfigResource> {
public class ListTopMenus implements RestReadView<ConfigResource> {
private final PluginSetContext<TopMenu> extensions;
@Inject