aboutsummaryrefslogtreecommitdiff
path: root/netty
diff options
context:
space:
mode:
authorJohn Hume <duelin.markers@gmail.com>2017-08-23 15:43:09 -0500
committerEric Anderson <ejona@google.com>2017-08-23 15:48:08 -0700
commit7d0229a1f589c886c1b4088bbb93c62cbd7ad1b6 (patch)
tree4ab708e2ce5ca02d7be8d1e6893d2920472dc0bc /netty
parent5c902c938489a0f04642f1c7d206555e3b659ffe (diff)
downloadgrpc-grpc-java-7d0229a1f589c886c1b4088bbb93c62cbd7ad1b6.tar.gz
Also fix bazel name of io.netty:netty-transport
Diffstat (limited to 'netty')
-rw-r--r--netty/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/netty/BUILD.bazel b/netty/BUILD.bazel
index 44c10f392..101844b67 100644
--- a/netty/BUILD.bazel
+++ b/netty/BUILD.bazel
@@ -23,6 +23,6 @@ java_library(
"@io_netty_netty_handler//jar",
"@io_netty_netty_handler_proxy//jar",
"@io_netty_netty_resolver//jar",
- "@io_netty_netty_netty_transport//jar",
+ "@io_netty_netty_transport//jar",
],
)