Revert "WN-5141"

This reverts commit 1c66e692cc.
This commit is contained in:
jdyer1
2023-11-20 11:55:28 -06:00
committed by Lukasz Lenart
parent 71c2fe0ef9
commit 147f0ca8a5
@@ -85,7 +85,7 @@ public final class VelocityRendererBuilder {
* @return The Velocity renderer.
*/
public VelocityRenderer build() {
// VelocityView velocityView = new VelocityView(new ApplicationContextJeeConfig(applicationContext, params));
return null; //new VelocityRenderer(velocityView);
VelocityView velocityView = new VelocityView(new ApplicationContextJeeConfig(applicationContext, params));
return new VelocityRenderer(velocityView);
}
}