File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ds3-sdk-integration/src/test/java/com/spectralogic/ds3client
ds3-sdk/src/test/java/com/spectralogic/ds3client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public MockedHeaders(final Map<String, String> headerValues) {
3131 }
3232
3333 private static Map <String , String > normalizeHeaderValues (final Map <String , String > headerValues ) {
34- final HashMap <String , String > headers = new HashMap <>();
34+ final Map <String , String > headers = new HashMap <>();
3535 for (final Map .Entry <String , String > entry : headerValues .entrySet ()) {
3636 headers .put (entry .getKey ().toLowerCase (), entry .getValue ());
3737 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public MockedHeaders(final Map<String, String> headerValues) {
3131 }
3232
3333 private static Map <String , String > normalizeHeaderValues (final Map <String , String > headerValues ) {
34- final HashMap <String , String > headers = new HashMap <>();
34+ final Map <String , String > headers = new HashMap <>();
3535 for (final Map .Entry <String , String > entry : headerValues .entrySet ()) {
3636 headers .put (entry .getKey ().toLowerCase (), entry .getValue ());
3737 }
You can’t perform that action at this time.
0 commit comments