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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user