Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.jms.api/src/javax/jms/XAQueueConnection.java')
-rw-r--r--plugins/org.eclipse.net4j.jms.api/src/javax/jms/XAQueueConnection.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.net4j.jms.api/src/javax/jms/XAQueueConnection.java b/plugins/org.eclipse.net4j.jms.api/src/javax/jms/XAQueueConnection.java
index b6e485272d..51e36be5e8 100644
--- a/plugins/org.eclipse.net4j.jms.api/src/javax/jms/XAQueueConnection.java
+++ b/plugins/org.eclipse.net4j.jms.api/src/javax/jms/XAQueueConnection.java
@@ -47,10 +47,10 @@ public interface XAQueueConnection extends XAConnection, QueueConnection
{
/** Creates an <CODE>XAQueueSession</CODE> object.
- *
+ *
* @return a newly created <CODE>XAQueueSession</CODE>
- *
- * @exception JMSException if the <CODE>XAQueueConnection</CODE> object
+ *
+ * @exception JMSException if the <CODE>XAQueueConnection</CODE> object
* fails to create an XA queue session due to some
* internal error.
*/
@@ -61,10 +61,10 @@ public interface XAQueueConnection extends XAConnection, QueueConnection
*
* @param transacted usage undefined
* @param acknowledgeMode usage undefined
- *
+ *
* @return a newly created <CODE>XAQueueSession</CODE>
- *
- * @exception JMSException if the <CODE>XAQueueConnection</CODE> object
+ *
+ * @exception JMSException if the <CODE>XAQueueConnection</CODE> object
* fails to create an XA queue session due to some
* internal error.
*/

Back to the top