tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / ConfigureMinMax.java
index a1edf4167ef937935baa0c6bf45953e7296df92d..cbac104692722ecffb9663ffa4acb82faf7f502f 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * 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;
 
 import org.eclipse.jface.action.Action;
@@ -20,10 +19,10 @@ import org.eclipse.ui.IViewPart;
 
 /**
  * Action class implementation to configure minimum and maximum time range values.
- * 
+ *
  * @version 1.0
  * @author sveyrier
- * 
+ *
  */
 public class ConfigureMinMax extends Action {
 
@@ -38,11 +37,11 @@ public class ConfigureMinMax extends Action {
     // ------------------------------------------------------------------------
     // Constructors
     // ------------------------------------------------------------------------
-    
+
     /**
      * Standard constructor.
-     * 
-     * @param view The sequence diagram view for the action 
+     *
+     * @param view The sequence diagram view for the action
      */
     public ConfigureMinMax(IViewPart view) {
         super();
This page took 0.024327 seconds and 5 git commands to generate.