Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.jms.api/src/javax/jms/Queue.java')
-rw-r--r--plugins/org.eclipse.net4j.jms.api/src/javax/jms/Queue.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.net4j.jms.api/src/javax/jms/Queue.java b/plugins/org.eclipse.net4j.jms.api/src/javax/jms/Queue.java
index a2ad1b3c01..954963c307 100644
--- a/plugins/org.eclipse.net4j.jms.api/src/javax/jms/Queue.java
+++ b/plugins/org.eclipse.net4j.jms.api/src/javax/jms/Queue.java
@@ -55,12 +55,12 @@ public interface Queue extends Destination
{
/** Gets the name of this queue.
- *
+ *
* <P>Clients that depend upon the name are not portable.
- *
+ *
* @return the queue name
- *
- * @exception JMSException if the JMS provider implementation of
+ *
+ * @exception JMSException if the JMS provider implementation of
* <CODE>Queue</CODE> fails to return the queue
* name due to some internal
* error.

Back to the top