diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-14 09:42:29 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-14 09:42:29 -0700 |
commit | e65530f542847dfc9babeb2ea3e5043679d3b393 (patch) | |
tree | a378d37af2b87e3ea70d318a43c167bdd8255797 /java-compat/src | |
parent | Fixed ICE-8031 - invocation timeout test failure (diff) | |
download | ice-e65530f542847dfc9babeb2ea3e5043679d3b393.tar.bz2 ice-e65530f542847dfc9babeb2ea3e5043679d3b393.tar.xz ice-e65530f542847dfc9babeb2ea3e5043679d3b393.zip |
javadoc fix for Glacier2.SessionHelper
Diffstat (limited to 'java-compat/src')
-rw-r--r-- | java-compat/src/Glacier2/src/main/java/Glacier2/SessionHelper.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/java-compat/src/Glacier2/src/main/java/Glacier2/SessionHelper.java b/java-compat/src/Glacier2/src/main/java/Glacier2/SessionHelper.java index 49c1e901681..45558d8ba3c 100644 --- a/java-compat/src/Glacier2/src/main/java/Glacier2/SessionHelper.java +++ b/java-compat/src/Glacier2/src/main/java/Glacier2/SessionHelper.java @@ -134,10 +134,9 @@ public class SessionHelper } /** - * Returns the Glacier2 session proxy. If the session hasn't been established yet, - * or the session has already been destroyed, throws SessionNotExistException. - * @return The session proxy, or throws SessionNotExistException if no session exists. - * @throws SessionNotExistException No session exists. + * Returns the Glacier2 session proxy, or null if the session hasn't been established yet + * or the session has already been destroyed. + * @return The session proxy, or null if no session exists. */ synchronized public SessionPrx session() |