We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3f136 commit 950eb3dCopy full SHA for 950eb3d
module-code/app/securesocial/core/java/Secured.java
@@ -41,7 +41,7 @@ public class Secured extends Action<SecuredAction> {
41
private Authorization authorizationInstance;
42
private SecuredActionResponses responses;
43
44
- public Secured(RuntimeEnvironment env) throws Throwable {
+ public Secured(RuntimeEnvironment<?> env) throws Throwable {
45
this.env = env;
46
}
47
0 commit comments