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