aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-02-01 10:20:44 -0800
committerEric Anderson <ejona@google.com>2017-02-01 13:10:34 -0800
commita7b4dfd3450edfbc1d7e885074c0137ba0fbfee3 (patch)
tree30c707bc2be2cc03fc3d3cf0c8930973fada4707 /documentation
parent57b9105c7f14b52a3ed132302af1af59fc869281 (diff)
downloadgrpc-grpc-java-a7b4dfd3450edfbc1d7e885074c0137ba0fbfee3.tar.gz
docs: Remove annoying diff section heading
The section heading in unified diff is optional. In this case the heading is pretty useless and causes problems.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/server-reflection-tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/server-reflection-tutorial.md b/documentation/server-reflection-tutorial.md
index 536ffe2be..47be7c239 100644
--- a/documentation/server-reflection-tutorial.md
+++ b/documentation/server-reflection-tutorial.md
@@ -21,7 +21,7 @@ need to make the following changes:
```diff
--- a/examples/build.gradle
+++ b/examples/build.gradle
-@@ -27,6 +27,7 @@ def grpcVersion = '1.2.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+@@ -27,6 +27,7 @@
dependencies {
compile "io.grpc:grpc-netty:${grpcVersion}"
compile "io.grpc:grpc-protobuf:${grpcVersion}"