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