Fix UiAction code example in plugin documentation
Change-Id: Ib6f82d2981f6887befc30251a77f7462378e6e94
This commit is contained in:
@@ -419,7 +419,7 @@ Plugins contribute UI actions by implementing the `UiAction` interface:
|
|||||||
String message;
|
String message;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Provider<CurrentUser> cu;
|
private Provider<CurrentUser> user;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
HelloWorldAction(Provider<CurrentUser> user) {
|
HelloWorldAction(Provider<CurrentUser> user) {
|
||||||
|
|||||||
Reference in New Issue
Block a user