No need to generate a default constructor; let it be filled in the non-auto section if desired. Don't indent the implements statement if there isn't an extends.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6212 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-10-16 23:15:44 +00:00
parent ce3538c409
commit 9c945bbacd
@@ -11,11 +11,9 @@ import $import;
public class ${classname} #if (!${extends.isEmpty()})extends $extends
#end
#if (!${implements.isEmpty()})
implements $implements
#if (!${extends.isEmpty()}) #{end}implements $implements
#end
{
public function ${classname} ()
{}
// GENERATED CLASSDECL END
// GENERATED STREAMING START