- TODO:  TEMPORARY comment-out velocity
This commit is contained in:
jdyer1
2023-10-30 12:28:18 -05:00
parent 1fc70af56b
commit 1c66e692cc
@@ -85,7 +85,7 @@ public final class VelocityRendererBuilder {
* @return The Velocity renderer.
*/
public VelocityRenderer build() {
VelocityView velocityView = new VelocityView(new ApplicationContextJeeConfig(applicationContext, params));
return new VelocityRenderer(velocityView);
// VelocityView velocityView = new VelocityView(new ApplicationContextJeeConfig(applicationContext, params));
return null; //new VelocityRenderer(velocityView);
}
}