tmf: Fix remaining Java warnings in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / wizards / CustomXmlParserWizard.java
index fc17585b8c27cf8bbc2885b8184a087db139a22c..ebf35cf4418550b45656193930a3ee221f549cd4 100644 (file)
@@ -72,8 +72,8 @@ public class CustomXmlParserWizard extends Wizard implements INewWizard {
     }
 
     @Override
-    public void init(IWorkbench workbench, IStructuredSelection selection) {
-        this.selection = selection;
+    public void init(IWorkbench workbench, IStructuredSelection sel) {
+        this.selection = sel;
     }
 
 }
This page took 0.032646 seconds and 5 git commands to generate.