Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkDetector.java')
-rw-r--r--org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkDetector.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkDetector.java b/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkDetector.java
index 40c62eee..fcd41d2a 100644
--- a/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkDetector.java
+++ b/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkDetector.java
@@ -23,10 +23,9 @@ import org.eclipse.jface.text.hyperlink.AbstractHyperlinkDetector;
import org.eclipse.jface.text.hyperlink.IHyperlink;
/**
- * Resource hyperlink detector, detecting format like < prefix > < qualified name >, examples are:
- *
- * See java class foo.bar.Baz, it could be related; See cpp class Foo, it could be related; See file foo.txt, I left
- * some notes there; See task 123, I put a comment there
+ * Resource hyperlink detector, detecting format like < prefix > < qualified name >, examples are: See java class
+ * foo.bar.Baz, it could be related; See cpp class Foo, it could be related; See file foo.txt, I left some notes there;
+ * See task 123, I put a comment there
*
* @author Jingwen Ou
*/

Back to the top