Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/src/org/eclipse/help/internal/workingset/AdaptableTopic.java')
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/internal/workingset/AdaptableTopic.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/internal/workingset/AdaptableTopic.java b/org.eclipse.help.base/src/org/eclipse/help/internal/workingset/AdaptableTopic.java
index bc4f3547d..90a1c51cb 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/internal/workingset/AdaptableTopic.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/internal/workingset/AdaptableTopic.java
@@ -62,7 +62,7 @@ public class AdaptableTopic extends AdaptableHelpResource {
* Returns a topic with the specified href. <br>
* It is possible that multiple tocs have the same href, in which case there
* is no guarantee which one is returned.
- *
+ *
* @param href
* The topic's href value.
*/

Back to the top