tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / dialogs / ManageCustomParsersDialog.java
index dbb9453911afc9c918bb982c08c0b8aadaec68ea..010782f6bbfe71b0d99ecec07a5c19fa014292f3 100644 (file)
@@ -68,9 +68,6 @@ public class ManageCustomParsersDialog extends Dialog {
         setShellStyle(SWT.RESIZE | SWT.MAX | getShellStyle());
     }
 
-    /* (non-Javadoc)
-     * @see org.eclipse.jface.dialogs.Dialog#createDialogArea(org.eclipse.swt.widgets.Composite)
-     */
     @Override
     protected Control createDialogArea(Composite parent) {
         getShell().setText(Messages.ManageCustomParsersDialog_DialogHeader);
@@ -284,9 +281,6 @@ public class ManageCustomParsersDialog extends Dialog {
         return composite;
     }
 
-    /* (non-Javadoc)
-     * @see org.eclipse.jface.dialogs.Dialog#createButtonsForButtonBar(org.eclipse.swt.widgets.Composite)
-     */
     @Override
     protected void createButtonsForButtonBar(Composite parent) {
         createButton(parent, IDialogConstants.OK_ID, IDialogConstants.CLOSE_LABEL, false);
This page took 0.024527 seconds and 5 git commands to generate.