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

Commit a5355b1

Browse files
author
alessandro.gherardi
committed
Add blank line
1 parent 7e357bf commit a5355b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ private void updateCache(ClientRequestContext request, boolean success, Type ope
299299
*/
300300
static boolean repeatRequest(ClientRequestContext request, ClientResponseContext response, String newAuthorizationHeader) {
301301
Client client = request.getClient();
302+
302303
String method = request.getMethod();
303304
MediaType mediaType = request.getMediaType();
304305
URI lUri = request.getUri();

0 commit comments

Comments
 (0)