Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.jms.api/src/javax/jms/TopicSubscriber.java')
-rw-r--r--plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.jms.api/src/javax/jms/TopicSubscriber.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.jms.api/src/javax/jms/TopicSubscriber.java b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.jms.api/src/javax/jms/TopicSubscriber.java
index 034df82ff7..c5f5c9a02f 100644
--- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.jms.api/src/javax/jms/TopicSubscriber.java
+++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.jms.api/src/javax/jms/TopicSubscriber.java
@@ -97,9 +97,9 @@ public interface TopicSubscriber extends MessageConsumer
{
/** Gets the <CODE>Topic</CODE> associated with this subscriber.
- *
+ *
* @return this subscriber's <CODE>Topic</CODE>
- *
+ *
* @exception JMSException if the JMS provider fails to get the topic for
* this topic subscriber
* due to some internal error.
@@ -107,11 +107,11 @@ public interface TopicSubscriber extends MessageConsumer
Topic getTopic() throws JMSException;
- /** Gets the <CODE>NoLocal</CODE> attribute for this subscriber.
+ /** Gets the <CODE>NoLocal</CODE> attribute for this subscriber.
* The default value for this attribute is false.
- *
+ *
* @return true if locally published messages are being inhibited
- *
+ *
* @exception JMSException if the JMS provider fails to get the
* <CODE>NoLocal</CODE> attribute for
* this topic subscriber

Back to the top