Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.jms.api/src/javax/jms/ServerSessionPool.java')
-rw-r--r--plugins/org.eclipse.net4j.jms.api/src/javax/jms/ServerSessionPool.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.jms.api/src/javax/jms/ServerSessionPool.java b/plugins/org.eclipse.net4j.jms.api/src/javax/jms/ServerSessionPool.java
index b0f826dc6c..7d7fb5627a 100644
--- a/plugins/org.eclipse.net4j.jms.api/src/javax/jms/ServerSessionPool.java
+++ b/plugins/org.eclipse.net4j.jms.api/src/javax/jms/ServerSessionPool.java
@@ -52,7 +52,7 @@ public interface ServerSessionPool
/** Return a server session from the pool.
*
* @return a server session from the pool
- *
+ *
* @exception JMSException if an application server fails to
* return a <CODE>ServerSession</CODE> out of its
* server session pool.

Back to the top