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

Back to the top