commit | 9c09ea7317951b41f536dcc85f58985de5c4e8fc | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Mon May 29 16:24:17 2017 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Mon May 29 16:24:49 2017 +0000 |
tree | 56c1c971b2074a27a147401249a12fea2947ee7f | |
parent | bc027b228b4134db462fd992f579ae31246959e2 [diff] |
Fix class Plugin cannot be applied to given types Change-Id: I51e2a817b7c80bbcaabc5d3c46ddaa90fe1e0cf3
diff --git a/src/main/java/com/googlesource/gerrit/plugins/zuul/client/ZuulPlugin.java b/src/main/java/com/googlesource/gerrit/plugins/zuul/client/ZuulPlugin.java index ddd80f8..ecd24df 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/zuul/client/ZuulPlugin.java +++ b/src/main/java/com/googlesource/gerrit/plugins/zuul/client/ZuulPlugin.java
@@ -28,6 +28,7 @@ Plugin.get().panel( GerritUiExtensionPoint.CHANGE_SCREEN_BELOW_COMMIT_INFO_BLOCK, - new LabelPanel.Factory()); + new LabelPanel.Factory(), + null); } }