Skip to content

Commit

Permalink
WN-5141
Browse files Browse the repository at this point in the history
- TODO:  TEMPORARY comment-out velocity
  • Loading branch information
jdyer1 committed Oct 30, 2023
1 parent 1fc70af commit 1c66e69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public VelocityRendererBuilder setApplicationContext(ApplicationContext applicat
* @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);
}
}

0 comments on commit 1c66e69

Please sign in to comment.