Polishing

This commit is contained in:
Juergen Hoeller
2020-09-14 22:18:30 +02:00
parent c2f6a98c90
commit 3c84863271
7 changed files with 33 additions and 35 deletions

View File

@@ -556,7 +556,7 @@ public final class ContentDisposition {
private static class BuilderImpl implements Builder {
private String type;
private final String type;
@Nullable
private String name;