Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/RepositoryTaskOutlineNode.java')
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/RepositoryTaskOutlineNode.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/RepositoryTaskOutlineNode.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/RepositoryTaskOutlineNode.java
index 673f3477c..453850a99 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/RepositoryTaskOutlineNode.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/RepositoryTaskOutlineNode.java
@@ -31,7 +31,7 @@ public class RepositoryTaskOutlineNode implements IRepositoryTaskSelection {
public static final String LABEL_NEW_COMMENT = "New Comment";
- /** The id of the Bugzilla object that the selection was on. */
+ /** The taskId of the Bugzilla object that the selection was on. */
protected String id;
/** The server of the Bugzilla object that the selection was on. */
@@ -59,8 +59,8 @@ public class RepositoryTaskOutlineNode implements IRepositoryTaskSelection {
/**
* Creates a new <code>RepositoryTaskOutlineNode</code>.
*
- * @param id
- * The id of the bug this outline is for.
+ * @param taskId
+ * The taskId of the bug this outline is for.
* @param server
* The server of the bug this outline is for.
* @param key

Back to the top