Skip to content

Commit 9095c72

Browse files
committed
Removed unnecessary spaces
1 parent 6f9d0e5 commit 9095c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/authorize/util/HttpCallTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ private ANetApiResponse createErrorResponse(HttpResponse httpResponse, Exception
152152
}
153153

154154
private void setErrorResponse(List<Message> messages, HttpResponse httpResponse) {
155-
if ( null != httpResponse) {
155+
if (null != httpResponse) {
156156
messages.add(errorMessage);
157157
String code = "Error";
158158
String text = "Unknown Error";
159-
LogHelper.warn( logger, "Error deserializing response to '%s'", this.classType);
159+
LogHelper.warn(logger, "Error deserializing response to '%s'", this.classType);
160160
code = String.format("%d", httpResponse.getCode());
161161
if (null != httpResponse.getReasonPhrase()) {
162162
text = httpResponse.getReasonPhrase();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy