summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-12-20 12:37:02 +0100
committerThomas <>2023-12-20 12:37:02 +0100
commite0cb3df9fe531ed7f97d7e958139e5c4f70db228 (patch)
treeefa03bf16c4567a1ac0302745b96afea6a27f4fb
parent57bcf96c65d2cbc18076a305a4cc61774a03d4a3 (diff)
downloadEAAF-Components-e0cb3df9fe531ed7f97d7e958139e5c4f70db228.tar.gz
EAAF-Components-e0cb3df9fe531ed7f97d7e958139e5c4f70db228.tar.bz2
EAAF-Components-e0cb3df9fe531ed7f97d7e958139e5c4f70db228.zip
style(core): fix code-style issue
-rw-r--r--eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpUtils.java b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpUtils.java
index 4b358adf..d26672f2 100644
--- a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpUtils.java
+++ b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/HttpUtils.java
@@ -109,7 +109,7 @@ public class HttpUtils {
* @return {@link Triple} of http response {@link StatusLine}, http body as
* {@link InputStream}, and {@link ContentType}
*/
- public static HttpClientResponseHandler<Triple<StatusLine, String, ContentType>> stringBodyStatusCodeResponseHandler() {
+ public static HttpClientResponseHandler<Triple<StatusLine, String, ContentType>> stringBodyResponseHandler() {
return new HttpClientResponseHandler<Triple<StatusLine, String, ContentType>>() {
@Override
public Triple<StatusLine, String, ContentType> handleResponse(