summaryrefslogtreecommitdiff
path: root/java-compat/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-14 09:42:29 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-14 09:42:29 -0700
commite65530f542847dfc9babeb2ea3e5043679d3b393 (patch)
treea378d37af2b87e3ea70d318a43c167bdd8255797 /java-compat/src
parentFixed ICE-8031 - invocation timeout test failure (diff)
downloadice-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.java7
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()