We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 315151a + e7efb79 commit 504cefcCopy full SHA for 504cefc
samples/java/demo/app/controllers/Application.java
@@ -35,7 +35,7 @@
35
*/
36
public class Application extends Controller {
37
public static Logger.ALogger logger = Logger.of("application.controllers.Application");
38
- private RuntimeEnvironment env;
+ private RuntimeEnvironment<DemoUser> env;
39
40
/**
41
* A constructor needed to get a hold of the environment instance.
0 commit comments