We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bb4f4 commit bb4431bCopy full SHA for bb4431b
.gitattributes
@@ -0,0 +1,3 @@
1
+lib/* linguist-vendored
2
+gems/* linguist-vendored
3
+*.gemspec linguist-vendored
jooby/src/main/java/org/jooby/Request.java
@@ -21,7 +21,6 @@
21
import static java.util.Objects.requireNonNull;
22
23
import java.nio.charset.Charset;
24
-import java.util.Arrays;
25
import java.util.List;
26
import java.util.Locale;
27
import java.util.Locale.LanguageRange;
0 commit comments