Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-09-02 03:13:24 +0000
committerspingel2010-09-02 03:13:24 +0000
commite192f7cdb58fb80755a0de9d435e1f950c1691be (patch)
treeb22d779c262bd07eb19d1efbd71b3993afceb5dd /org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard
parentcf149edd7e7ad2d071e359f848d5e207e06b9930 (diff)
downloadorg.eclipse.mylyn.tasks-e192f7cdb58fb80755a0de9d435e1f950c1691be.tar.gz
org.eclipse.mylyn.tasks-e192f7cdb58fb80755a0de9d435e1f950c1691be.tar.xz
org.eclipse.mylyn.tasks-e192f7cdb58fb80755a0de9d435e1f950c1691be.zip
ASSIGNED - bug 315921: [patch] fix attachment details nits
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315921
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizard.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizard.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizard.java
index e65358d8d..3d2b5b2de 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizard.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizard.java
@@ -27,6 +27,9 @@ import org.eclipse.mylyn.tasks.ui.editors.AttributeEditorFactory;
import org.eclipse.mylyn.tasks.ui.editors.TaskEditor;
import org.eclipse.swt.widgets.Shell;
+/**
+ * @author Frank Becker
+ */
public class BugzillaAttachmentWizard extends Wizard {
private final AttributeEditorFactory factory;

Back to the top