Oops. Remove an unnecessary if statement.

This commit is contained in:
Rémi Cocula
2017-06-19 23:07:43 +02:00
parent e0d77331ce
commit 5ffec4403a
@@ -33,7 +33,6 @@ public class TomcatApplication {
// See http://stackoverflow.com/questions/29653326/spring-boot-application-slow-because-of-jsp-compilation
Container jsp = context.findChild("jsp");
if (jsp instanceof Wrapper) {
if (development)
((Wrapper) jsp).addInitParameter("development", Boolean.toString(development));
}
});