aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2018-05-23 11:58:19 -0700
committerGitHub <noreply@github.com>2018-05-23 11:58:19 -0700
commit68a462e447c2952d54a6fc658866cca065f36ee1 (patch)
tree779fd9e4db1023d64f0fb69b3248f5a181162a70 /examples
parent5c4f2c7c0f79bd2ce4e40178ad6827535ec2fefa (diff)
downloadgrpc-grpc-java-68a462e447c2952d54a6fc658866cca065f36ee1.tar.gz
noop: resolve lint warnings found at import. (#4496)
Diffstat (limited to 'examples')
-rw-r--r--examples/src/main/java/io/grpc/examples/advanced/JsonMarshaller.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/src/main/java/io/grpc/examples/advanced/JsonMarshaller.java b/examples/src/main/java/io/grpc/examples/advanced/JsonMarshaller.java
index 7b9aae94f..8b3068cc0 100644
--- a/examples/src/main/java/io/grpc/examples/advanced/JsonMarshaller.java
+++ b/examples/src/main/java/io/grpc/examples/advanced/JsonMarshaller.java
@@ -22,7 +22,6 @@ import com.google.protobuf.Message.Builder;
import com.google.protobuf.util.JsonFormat;
import com.google.protobuf.util.JsonFormat.Parser;
import com.google.protobuf.util.JsonFormat.Printer;
-import io.grpc.ExperimentalApi;
import io.grpc.MethodDescriptor.Marshaller;
import io.grpc.Status;
import java.io.ByteArrayInputStream;