ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / commands / ManageCustomParsersCommandHandler.java
index c03022ab682a107e1d19e3cf0167f6d139e7ed0d..1f73c8a0029ab4d444242f6ee13d6c622241084e 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
+ * Copyright (c) 2010, 2013 Ericsson
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * Contributors:
  *   Patrick Tasse - Initial API and implementation
  *******************************************************************************/
@@ -18,10 +18,15 @@ import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.linuxtools.internal.tmf.ui.dialogs.ManageCustomParsersDialog;
 import org.eclipse.swt.widgets.Display;
 
+/**
+ * Command handler for custom text parsers.
+ *
+ * @author Patrick Tassé
+ */
 public class ManageCustomParsersCommandHandler extends AbstractHandler {
 
     @Override
-       public Object execute(ExecutionEvent event) throws ExecutionException {
+    public Object execute(ExecutionEvent event) throws ExecutionException {
         ManageCustomParsersDialog dialog = new ManageCustomParsersDialog(Display.getDefault().getActiveShell());
         dialog.open();
         return null;
This page took 0.024523 seconds and 5 git commands to generate.