diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-13 19:55:03 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-13 19:55:03 -0700 |
commit | 74e701fc22e2fdf824f8602efcb58f8ffcc16b80 (patch) | |
tree | 93d2d620772d6320b16aca93375bf0a84c6b7853 /csharp/src | |
parent | Fixed typo (diff) | |
download | ice-74e701fc22e2fdf824f8602efcb58f8ffcc16b80.tar.bz2 ice-74e701fc22e2fdf824f8602efcb58f8ffcc16b80.tar.xz ice-74e701fc22e2fdf824f8602efcb58f8ffcc16b80.zip |
ICE-7167 - javadoc fixes
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Glacier2/SessionHelper.cs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/csharp/src/Glacier2/SessionHelper.cs b/csharp/src/Glacier2/SessionHelper.cs index ea2cbb081dc..ae050e64b85 100644 --- a/csharp/src/Glacier2/SessionHelper.cs +++ b/csharp/src/Glacier2/SessionHelper.cs @@ -132,12 +132,10 @@ public class SessionHelper } /// <summary> - /// Returns the Glacier2 session proxy. If the session hasn't been - /// established yet, or the session has already been destroyed, - /// throws SessionNotExistException. + /// Returns the Glacier2 session proxy, or null if the session hasn't been + /// established yet or the session has already been destroyed. /// </summary> - /// <returns>The session proxy, or throws SessionNotExistException - /// if no session exists.</returns> + /// <returns>The session proxy, or null if no session exists.</returns> public Glacier2.SessionPrx session() { |