Fix UiAction code example in plugin documentation

Change-Id: Ib6f82d2981f6887befc30251a77f7462378e6e94
This commit is contained in:
David Pursehouse
2013-09-04 10:03:41 +09:00
parent 8053bc0a5d
commit ec2292beac

View File

@@ -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) {