@@ -178,10 +178,10 @@ private static Map<String, String> defaultResponseHeaders() {
178178 "tus-v1" ,
179179 new ClientProtocolCompatibilityVersion (
180180 stringMap (new String [][] {
181- { "Tus-Resumable" , "1.0.0" },
181+ {"Tus-Resumable" , "1.0.0" },
182182 }),
183183 stringMap (new String [][] {
184- { "Tus-Resumable" , "1.0.0" },
184+ {"Tus-Resumable" , "1.0.0" },
185185 }),
186186 "application/offset+octet-stream" ,
187187 null
@@ -191,7 +191,7 @@ private static Map<String, String> defaultResponseHeaders() {
191191 "ietf-draft-03" ,
192192 new ClientProtocolCompatibilityVersion (
193193 stringMap (new String [][] {
194- { "Upload-Draft-Interop-Version" , "5" },
194+ {"Upload-Draft-Interop-Version" , "5" },
195195 }),
196196 stringMap (new String [0 ][0 ]),
197197 null ,
@@ -202,7 +202,7 @@ private static Map<String, String> defaultResponseHeaders() {
202202 "ietf-draft-05" ,
203203 new ClientProtocolCompatibilityVersion (
204204 stringMap (new String [][] {
205- { "Upload-Draft-Interop-Version" , "6" },
205+ {"Upload-Draft-Interop-Version" , "6" },
206206 }),
207207 stringMap (new String [0 ][0 ]),
208208 "application/partial-upload" ,
0 commit comments