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. */