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 / IExtendedFindProvider.java
index 6b42e916ece642f61b3974c15843b7673970974c..5760c8e5b015423ec37d1b4cfe05cc62878e4efd 100755 (executable)
@@ -1,38 +1,37 @@
 /**********************************************************************
- * 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 org.eclipse.jface.action.Action;
 
 /**
  * Interface for providing an extended find provider.
- * 
- * Sequence Diagram loaders which implement this interface provide an action for finding in the sequence diagram. 
- * 
+ *
+ * Sequence Diagram loaders which implement this interface provide an action for finding in the sequence diagram.
+ *
  * Action provider are associated to a Sequence Diagram view by calling <code>SDView.setExtendedFindProvider()</code>.<br>
- * 
+ *
  * Note that either provider implementing ISDFindProvider or IExtendedFindProvider can be active in the SDView.<br>
- * 
- * @version 1.0 
+ *
+ * @version 1.0
  * @author sveyrier
- * 
+ *
  */
 public interface IExtendedFindProvider {
 
     /**
      * Returns an extended find action.
-     * 
+     *
      * @return an extended find action
      */
     public Action getFindAction();
This page took 0.026065 seconds and 5 git commands to generate.