tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / wizards / CustomXmlParserInputWizardPage.java
index 8efe1083e9914c32874d9ecfba3cc07524278ef2..2a6f07b51382aaa35911622774ee106cbd8d9438 100644 (file)
@@ -585,11 +585,6 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
         }
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.eclipse.jface.dialogs.DialogPage#dispose()
-     */
     @Override
     public void dispose() {
         if (fixedFont != null) {
@@ -622,11 +617,6 @@ public class CustomXmlParserInputWizardPage extends WizardPage {
         return getName(inputElement) + " : " + name; //$NON-NLS-1$
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.eclipse.jface.dialogs.DialogPage#setVisible(boolean)
-     */
     @Override
     public void setVisible(boolean visible) {
         if (visible) {
This page took 0.025985 seconds and 5 git commands to generate.