Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhun Xu authored and seldondev committed Nov 20, 2019
1 parent e2a1577 commit 63b8eec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ private void handleHttpStatusCodeError(HttpStatusCodeException exception) {
if (seldonMessageStatus == null) {
throw new APIException(
APIException.ApiExceptionType.ENGINE_MICROSERVICE_ERROR,
String.format("Bad return code %d", e.getRawStatusCode()));
String.format("Bad return code %d", exception.getRawStatusCode()));
}
else
{
Expand Down

0 comments on commit 63b8eec

Please sign in to comment.