Skip to content

Commit ba93b55

Browse files
authored
corrected spelling for HttpResponse
1 parent c7af7ec commit ba93b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipp-v3-java-devkit/src/main/java/com/intuit/ipp/interceptors/IntuitBatchInterceptorProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ public void executeInterceptors(final List<IntuitMessage> intuitMessages) throws
7575
try {
7676
message.getResponseElements().getResponseContent().reset();
7777
} catch (Exception ex) {
78-
LOG.error("IllegalStateException while get the content from HttpRespose.", ex);
78+
LOG.error("IllegalStateException while get the content from HttpResponse.", ex);
7979
if(message.getRequestElements() != null && message.getRequestElements().getRequestHeaders()!= null) {
80-
throw new FMSException("IllegalStateException while get the content from HttpRespose.", ex, message.getRequestElements().getRequestHeaders().get(RequestElements.HEADER_INTUIT_TID));
80+
throw new FMSException("IllegalStateException while get the content from HttpResponse.", ex, message.getRequestElements().getRequestHeaders().get(RequestElements.HEADER_INTUIT_TID));
8181
}
8282
throw new FMSException(ex);
8383
}

0 commit comments

Comments
 (0)