This commit is contained in:
xhh 2015-07-30 15:01:51 +08:00
parent 14b808a910
commit 2d4c07a474
2 changed files with 2 additions and 2 deletions

View File

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

View File

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