Skip to content

Commit 504cefc

Browse files
committed
Merge pull request jaliss#508 from mkoester/master
added type parameter. now the project compiles again
2 parents 315151a + e7efb79 commit 504cefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java/demo/app/controllers/Application.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
public class Application extends Controller {
3737
public static Logger.ALogger logger = Logger.of("application.controllers.Application");
38-
private RuntimeEnvironment env;
38+
private RuntimeEnvironment<DemoUser> env;
3939

4040
/**
4141
* A constructor needed to get a hold of the environment instance.

0 commit comments

Comments
 (0)