diff options
Diffstat (limited to 'rb/src/IceRuby/Communicator.cpp')
-rw-r--r-- | rb/src/IceRuby/Communicator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rb/src/IceRuby/Communicator.cpp b/rb/src/IceRuby/Communicator.cpp index dd4ffc65ac1..8932525fe6b 100644 --- a/rb/src/IceRuby/Communicator.cpp +++ b/rb/src/IceRuby/Communicator.cpp @@ -373,7 +373,7 @@ extern "C" VALUE IceRuby_Communicator_getDefaultContext(VALUE self) { - rb_warning("getDefaultContext has been deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); + rb_warning("getDefaultContext is deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); ICE_RUBY_TRY { @@ -389,7 +389,7 @@ extern "C" VALUE IceRuby_Communicator_setDefaultContext(VALUE self, VALUE context) { - rb_warning("setDefaultContext has been deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); + rb_warning("setDefaultContext is deprecated; use per-proxy contexts or implicit contexts (if applicable) instead."); ICE_RUBY_TRY { |