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;
|
||||
}
|
||||
|
||||
private Provider<CurrentUser> cu;
|
||||
private Provider<CurrentUser> user;
|
||||
|
||||
@Inject
|
||||
HelloWorldAction(Provider<CurrentUser> user) {
|
||||
|
||||
Reference in New Issue
Block a user