Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2009-07-24 22:42:46 +0000
committermkersten2009-07-24 22:42:46 +0000
commit3aff0113564e386022ab7215e1f1757e250b02af (patch)
tree9197452eef86518595f6d3c7af5b07b29c84c11a /org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskHyperlink.java
parent5249a62f1b7f96718182ffa6628f0edffde72282 (diff)
downloadorg.eclipse.mylyn.tasks-3aff0113564e386022ab7215e1f1757e250b02af.tar.gz
org.eclipse.mylyn.tasks-3aff0113564e386022ab7215e1f1757e250b02af.tar.xz
org.eclipse.mylyn.tasks-3aff0113564e386022ab7215e1f1757e250b02af.zip
NEW - bug 284646: reduce or remove the number of warnings reported by the Mylyn codebaseRoot_e_3_5_m_3_2_x
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284646
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskHyperlink.java')
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskHyperlink.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskHyperlink.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskHyperlink.java
index d0294886b..c74ba98fa 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskHyperlink.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskHyperlink.java
@@ -25,7 +25,6 @@ import org.eclipse.mylyn.tasks.core.TaskRepository;
*
* @author Eugene Kuleshov
* @author Steffen Pingel
- * @noextend This class is not intended to be subclassed by clients.
*/
public final class TaskHyperlink implements IHyperlink {

Back to the top