mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
+2
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user