@@ -16,10 +16,10 @@
|
16 | 16 | |
17 | 17 | package io.grpc; |
18 | 18 | |
19 | | -import static com.google.common.base.Charsets.US_ASCII; |
20 | | -import static com.google.common.base.Charsets.UTF_8; |
21 | 19 | import static com.google.common.base.Preconditions.checkNotNull; |
22 | 20 | import static com.google.common.base.Throwables.getStackTraceAsString; |
| 21 | +import static java.nio.charset.StandardCharsets.US_ASCII; |
| 22 | +import static java.nio.charset.StandardCharsets.UTF_8; |
23 | 23 | |
24 | 24 | import com.google.common.base.MoreObjects; |
25 | 25 | import com.google.common.base.Objects; |
@@ -34,7 +34,6 @@
|
34 | 34 | import javax.annotation.Nullable; |
35 | 35 | import javax.annotation.concurrent.Immutable; |
36 | 36 | |
37 | | - |
38 | 37 | /** |
39 | 38 | * Defines the status of an operation by providing a standard {@link Code} in conjunction with an |
40 | 39 | * optional descriptive message. Instances of {@code Status} are created by starting with the |
|