Fix this template.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6300 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Nathan Curtis
2010-11-23 19:54:12 +00:00
parent 8f04fe102d
commit c4cb01db9f
@@ -8,9 +8,9 @@ import {{this}};
// GENERATED PREAMBLE END
// GENERATED CLASSDECL START
public class {{classname}} {{^extends.isEmpty}}extends {{#extends}}
public class {{classname}} {{^extends.isEmpty}}extends {{extends}}
{{/extends.isEmpty}}
{{^implements.isEmpty}}{{^extends.isEmpty}} {{/extends.isEmpty}}implements {{#implements}}
{{^implements.isEmpty}}{{^extends.isEmpty}} {{/extends.isEmpty}}implements {{implements}}
{{/implements.isEmpty}}
{
// GENERATED CLASSDECL END
@@ -29,7 +29,7 @@ public class {{classname}} {{^extends.isEmpty}}extends {{#extends}}
{{name}} = ins.{{reader}};
{{/fields}}
}
{{#superclassStreamable}}override {{/superclassStreamable}}public function writeObject (out :ObjectOutputStream) :void
{
{{#superclassStreamable}}