tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / provider / ISDFilterProvider.java
index 566f13ff587643829846ff9c5f897dd04cd083f8..0aeacc8af40dc50224a76fca59747505cb32b76c 100755 (executable)
@@ -1,31 +1,30 @@
 /**********************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * Copyright (c) 2011, 2012 Ericsson.
- * 
+ * Copyright (c) 2005, 2012 IBM Corporation, 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: 
- * IBM - Initial API and implementation
- * Bernd Hufmann - Updated for TMF
+ *
+ * Contributors:
+ *     IBM - Initial API and implementation
+ *     Bernd Hufmann - Updated for TMF
  **********************************************************************/
+
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider;
 
 import java.util.List;
 
 /**
  * Interface for providing a filter provider.
- * 
+ *
  * Sequence Diagram loaders which implement this class provide the actions filtering the sequence diagram.<br>
  * This interface also allow the implementor to set which graph nodes are supporting filtering (thanks to
  * ISDGraphNodeSupporter extension).<br>
- * 
+ *
  * Action provider are associated to a Sequence Diagram view by calling <code>SDView.setSDFilterProvider</code><br>
- * 
+ *
  * Filters to be applied to be managed by the loader in an ArrayList of FilterCriteria.<br>
- * 
+ *
  * @version 1.0
  * @author sveyrier
  */
@@ -33,7 +32,7 @@ public interface ISDFilterProvider extends ISDGraphNodeSupporter {
 
     /**
      * Called when the Filter dialog box OK button is pressed
-     * 
+     *
      * @param filters user selection made in the dialog box
      * @return true if the filter applied
      */
This page took 0.024373 seconds and 5 git commands to generate.