Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbecker2011-06-20 19:29:00 +0000
committerfbecker2011-06-20 19:29:00 +0000
commitf9981a1a19169400bd11dd7d5e47bda2f3ac0aac (patch)
tree6dafa9edd39d8ff9e73cf9e9fdda3140033c5783 /org.eclipse.mylyn.sandbox.ui
parentd60f5831641804ae8f583418ba5c0236d650e916 (diff)
downloadorg.eclipse.mylyn.incubator-f9981a1a19169400bd11dd7d5e47bda2f3ac0aac.tar.gz
org.eclipse.mylyn.incubator-f9981a1a19169400bd11dd7d5e47bda2f3ac0aac.tar.xz
org.eclipse.mylyn.incubator-f9981a1a19169400bd11dd7d5e47bda2f3ac0aac.zip
ASSIGNED - bug 349771: create UI for support adding private comments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349771
Diffstat (limited to 'org.eclipse.mylyn.sandbox.ui')
-rw-r--r--org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleTaskEditorNewCommentPart.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleTaskEditorNewCommentPart.java b/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleTaskEditorNewCommentPart.java
index b99a506e..a4329370 100644
--- a/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleTaskEditorNewCommentPart.java
+++ b/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/editors/ExtensibleTaskEditorNewCommentPart.java
@@ -11,14 +11,14 @@
package org.eclipse.mylyn.internal.sandbox.ui.editors;
-import org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorNewCommentPart;
+import org.eclipse.mylyn.internal.bugzilla.ui.editor.BugzillaTaskEditorNewCommentPart;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.ui.forms.widgets.FormToolkit;
/**
* @author Jingwen Ou
*/
-public class ExtensibleTaskEditorNewCommentPart extends TaskEditorNewCommentPart {
+public class ExtensibleTaskEditorNewCommentPart extends BugzillaTaskEditorNewCommentPart {
@Override
public void createControl(Composite parent, FormToolkit toolkit) {

Back to the top