We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504cefc commit 549e749Copy full SHA for 549e749
samples/java/demo/app/controllers/Application.java
@@ -58,7 +58,7 @@ public Result index() {
58
logger.debug("access granted to index");
59
}
60
DemoUser user = (DemoUser) ctx().args.get(SecureSocial.USER_KEY);
61
- return ok(index.render(user, SecureSocial.<DemoUser>env()));
+ return ok(index.render(user, SecureSocial.env()));
62
63
64
@UserAwareAction
0 commit comments