From ebd174ab228c5e7fecf710ffb04c8fec9bd1121e Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Thu, 21 Aug 2014 14:57:22 +0000 Subject: [PATCH] Checkstyle: remove trailing space. git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619423 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/http/impl/client/AuthenticationStrategyImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient/src/main/java/org/apache/http/impl/client/AuthenticationStrategyImpl.java b/httpclient/src/main/java/org/apache/http/impl/client/AuthenticationStrategyImpl.java index 7df3512ac..cd15aeabb 100644 --- a/httpclient/src/main/java/org/apache/http/impl/client/AuthenticationStrategyImpl.java +++ b/httpclient/src/main/java/org/apache/http/impl/client/AuthenticationStrategyImpl.java @@ -100,7 +100,7 @@ abstract class AuthenticationStrategyImpl implements AuthenticationStrategy { /** * Generates a map of challenge auth-scheme => Header entries. - * + * * @return map: key=lower-cased auth-scheme name, value=Header that contains the challenge */ @Override