Oops, we meant for that to be static.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1531 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -26,7 +26,7 @@ public class VelocityUtil
|
||||
* throw something less generic, but that's what
|
||||
* {@link VelocityEngine#init} throws.
|
||||
*/
|
||||
public VelocityEngine createEngine ()
|
||||
public static VelocityEngine createEngine ()
|
||||
throws Exception
|
||||
{
|
||||
// initialize velocity which we'll use for templating
|
||||
|
||||
Reference in New Issue
Block a user