Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit b07af18

Browse files
author
alessandro.gherardi
committed
Whitespace
1 parent 04e64b1 commit b07af18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core-client/src/main/java/org/glassfish/jersey/client/authentication/HttpAuthenticationFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ private void updateCache(ClientRequestContext request, boolean success, Type ope
299299
* @throws IOException
300300
*/
301301
static boolean repeatRequest(ClientRequestContext request, ClientResponseContext response, String newAuthorizationHeader)
302-
throws IOException{
302+
throws IOException {
303303
// If the failed response has an entity stream, close it. We must do this to avoid leaking a connection
304304
// when we replace the entity stream of the failed response with that of the repeated response (see below).
305305
// Notice that by closing the entity stream before sending the repeated request we allow the connection allocated

0 commit comments

Comments
 (0)