File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
spring-web/src/main/java/org/springframework/http Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 19
19
import java .io .ByteArrayOutputStream ;
20
20
import java .nio .charset .Charset ;
21
21
import java .nio .charset .StandardCharsets ;
22
- import java .time .ZonedDateTime ;
23
22
import java .util .ArrayList ;
24
23
import java .util .Base64 ;
25
24
import java .util .BitSet ;
@@ -256,10 +255,6 @@ public static ContentDisposition parse(String contentDisposition) {
256
255
String name = null ;
257
256
String filename = null ;
258
257
Charset charset = null ;
259
- Long size = null ;
260
- ZonedDateTime creationDate = null ;
261
- ZonedDateTime modificationDate = null ;
262
- ZonedDateTime readDate = null ;
263
258
for (int i = 1 ; i < parts .size (); i ++) {
264
259
String part = parts .get (i );
265
260
int eqIndex = part .indexOf ('=' );
You can’t perform that action at this time.
0 commit comments