Skip to content

Commit 3ea3d35

Browse files
committed
remote white-space
1 parent 1281ea4 commit 3ea3d35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-core/src/main/java/org/springframework/util/MimeType.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ private boolean isQuotedString(String s) {
244244
return false;
245245
}
246246
return ((s.startsWith("\"") && s.endsWith("\"")) || (s.startsWith("'") && s.endsWith("'")));
247-
248247
}
249248

250249
protected String unquote(String s) {
@@ -582,7 +581,6 @@ public int compareTo(MimeType other) {
582581
}
583582
}
584583
}
585-
586584
return 0;
587585
}
588586

0 commit comments

Comments
 (0)