Skip to content

Commit b2e91f1

Browse files
committed
JIRA:GRIF-316 test ver2
1 parent 174f34c commit b2e91f1

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010

1111
<artifactId>gooddata-http-client</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>2.0.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414
<name>${project.artifactId}</name>
1515
<description>HTTP client with ability to handle GoodData authentication</description>

src/main/java/com/gooddata/http/client/LoginSSTRetrievalStrategy.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ public void logout(final HttpClient httpClient, final HttpHost httpHost, final S
187187
}
188188

189189

190-
/**
191-
* Fot tests only
192-
*/
193190
void setLogger(Logger log) {
194191
this.log = log;
195192
}

src/test/java/com/gooddata/http/client/LoginSSTRetrievalStrategyTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import org.apache.hc.client5.http.classic.HttpClient;
1616
import org.apache.hc.client5.http.classic.methods.HttpDelete;
1717
import org.apache.hc.client5.http.classic.methods.HttpPost;
18+
1819
import org.apache.hc.core5.http.io.HttpClientResponseHandler;
1920
import org.apache.hc.core5.http.io.entity.StringEntity;
2021
import org.apache.hc.core5.http.message.BasicClassicHttpResponse;
@@ -233,6 +234,4 @@ private void prepareLoginFailureResponse() throws IOException {
233234
sstStrategy.setLogger(logger);
234235
}
235236

236-
237-
238237
}

0 commit comments

Comments
 (0)