From 2d4c07a474e7f4a0b8033d865efee0b0bec091f6 Mon Sep 17 00:00:00 2001 From: xhh Date: Thu, 30 Jul 2015 15:01:51 +0800 Subject: [PATCH] Fix typo --- .../src/main/resources/retrofit/service.mustache | 2 +- .../src/main/java/io/swagger/client/ServiceGenerator.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/retrofit/service.mustache b/modules/swagger-codegen/src/main/resources/retrofit/service.mustache index 5f2a6f48009..df6d61b7ab8 100644 --- a/modules/swagger-codegen/src/main/resources/retrofit/service.mustache +++ b/modules/swagger-codegen/src/main/resources/retrofit/service.mustache @@ -35,7 +35,7 @@ public class ServiceGenerator { } /** - * This wrapper is to take case this case: + * This wrapper is to take care of this case: * when the deserialization fails due to JsonParseException and the * expected type is String, then just return the body string. */ diff --git a/samples/client/petstore/retrofit/src/main/java/io/swagger/client/ServiceGenerator.java b/samples/client/petstore/retrofit/src/main/java/io/swagger/client/ServiceGenerator.java index fde79ce60ea..1ffb0c58b0c 100644 --- a/samples/client/petstore/retrofit/src/main/java/io/swagger/client/ServiceGenerator.java +++ b/samples/client/petstore/retrofit/src/main/java/io/swagger/client/ServiceGenerator.java @@ -35,7 +35,7 @@ public class ServiceGenerator { } /** - * This wrapper is to take case this case: + * This wrapper is to take care of this case: * when the deserialization fails due to JsonParseException and the * expected type is String, then just return the body string. */