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:
mdb
2004-11-25 00:08:34 +00:00
parent b12839560b
commit 5ec20fe9d9
@@ -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