Skip to content

Commit 950eb3d

Browse files
committed
fixed: missing type paremeter
1 parent 1f3f136 commit 950eb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module-code/app/securesocial/core/java/Secured.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Secured extends Action<SecuredAction> {
4141
private Authorization authorizationInstance;
4242
private SecuredActionResponses responses;
4343

44-
public Secured(RuntimeEnvironment env) throws Throwable {
44+
public Secured(RuntimeEnvironment<?> env) throws Throwable {
4545
this.env = env;
4646
}
4747

0 commit comments

Comments
 (0)