diff options
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() |