2010-07-28 Francois Chouinard <fchouinard@gmail.com> Fix for Bug316349 + a bunch...
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / wizards / CustomTxtParserWizard.java
index e6ae71f342a608a3b4f4b8fb47b41f736c8757fd..cf9c8c6c08b35775005dd1867c9ae60007341874 100644 (file)
@@ -61,7 +61,8 @@ public class CustomTxtParserWizard extends Wizard implements INewWizard {
      * Adding the page to the wizard.\r
      */\r
 \r
-    public void addPages() {\r
+    @Override\r
+       public void addPages() {\r
         inputPage = new CustomTxtParserInputWizardPage(selection, definition);\r
         addPage(inputPage);\r
         outputPage = new CustomTxtParserOutputWizardPage(this);\r
This page took 0.023731 seconds and 5 git commands to generate.