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 PREAMBLE END
// GENERATED CLASSDECL START // GENERATED CLASSDECL START
public class {{classname}} {{^extends.isEmpty}}extends {{#extends}} public class {{classname}} {{^extends.isEmpty}}extends {{extends}}
{{/extends.isEmpty}} {{/extends.isEmpty}}
{{^implements.isEmpty}}{{^extends.isEmpty}} {{/extends.isEmpty}}implements {{#implements}} {{^implements.isEmpty}}{{^extends.isEmpty}} {{/extends.isEmpty}}implements {{implements}}
{{/implements.isEmpty}} {{/implements.isEmpty}}
{ {
// GENERATED CLASSDECL END // GENERATED CLASSDECL END
@@ -29,7 +29,7 @@ public class {{classname}} {{^extends.isEmpty}}extends {{#extends}}
{{name}} = ins.{{reader}}; {{name}} = ins.{{reader}};
{{/fields}} {{/fields}}
} }
{{#superclassStreamable}}override {{/superclassStreamable}}public function writeObject (out :ObjectOutputStream) :void {{#superclassStreamable}}override {{/superclassStreamable}}public function writeObject (out :ObjectOutputStream) :void
{ {
{{#superclassStreamable}} {{#superclassStreamable}}