From 356ae491aab53e9b494bb1c4f903dec19463c190 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 27 Nov 2012 16:03:54 -0800 Subject: [PATCH] fixed duplicate model, updated example name --- src/main/template/operation.handlebars | 2 +- src/main/template/signature.handlebars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/template/operation.handlebars b/src/main/template/operation.handlebars index 343fe5f1..3f52a1f9 100644 --- a/src/main/template/operation.handlebars +++ b/src/main/template/operation.handlebars @@ -24,7 +24,7 @@ {{#if responseClass}}

Response Class

{{#if responseClassSignature}} -

{{{responseClassSignature}}}

+

{{else}}

{{{responseClass}}}

{{/if}} diff --git a/src/main/template/signature.handlebars b/src/main/template/signature.handlebars index 53d0785d..32af6220 100644 --- a/src/main/template/signature.handlebars +++ b/src/main/template/signature.handlebars @@ -1,7 +1,7 @@