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 df10bed commit 2418a65Copy full SHA for 2418a65
extensions/servlet/src/com/google/inject/servlet/ServletUtils.java
@@ -16,8 +16,8 @@
16
17
package com.google.inject.servlet;
18
19
-import static com.google.common.base.Charsets.UTF_8;
20
import static com.google.common.base.Preconditions.checkNotNull;
+import static java.nio.charset.StandardCharsets.UTF_8;
21
22
import com.google.common.base.Joiner;
23
import com.google.common.base.Splitter;
0 commit comments