aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin/interop
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-01-22 18:00:50 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-01-22 18:00:50 -0800
commiteaed637dba7f672179130066bbc230e6dfcff74f (patch)
tree754d3c146996eee7bb8a47c33a28d2630185e139 /src/ruby/bin/interop
parent1bbe9ea2325413c6780530680bfa328450f73b59 (diff)
Removes Google username from TODOs, removes defunct TODOs
Diffstat (limited to 'src/ruby/bin/interop')
-rwxr-xr-xsrc/ruby/bin/interop/interop_server.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/bin/interop/interop_server.rb b/src/ruby/bin/interop/interop_server.rb
index 1a08eb97df..83212823f6 100755
--- a/src/ruby/bin/interop/interop_server.rb
+++ b/src/ruby/bin/interop/interop_server.rb
@@ -145,8 +145,8 @@ class TestTarget < Grpc::Testing::TestService::Service
end
def half_duplex_call(reqs)
- # TODO(temiola): clarify the behaviour of the half_duplex_call, it's not
- # currently used in any tests
+ # TODO: update with unique behaviour of the half_duplex_call if that's
+ # ever required by any of the tests.
full_duplex_call(reqs)
end
end