2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / commands / ManageCustomParsersCommandHandler.java
index b1568f31db9dc7c3e079e5bfa378f2595ec9adb7..420d8bc96b7856bc77103915b5f09115da7a3db1 100644 (file)
@@ -20,7 +20,8 @@ import org.eclipse.swt.widgets.Display;
 \r
 public class ManageCustomParsersCommandHandler extends AbstractHandler {\r
 \r
-    public Object execute(ExecutionEvent event) throws ExecutionException {\r
+    @Override\r
+       public Object execute(ExecutionEvent event) throws ExecutionException {\r
         ManageCustomParsersDialog dialog = new ManageCustomParsersDialog(Display.getDefault().getActiveShell());\r
         dialog.open();\r
         return null;\r
This page took 0.031717 seconds and 5 git commands to generate.