tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / PrevPage.java
index d218683dfbe79f09bf8358d300c827c972a188f0..3778d846f2de8e24f6489b0f235b6c211de6f4fe 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * Copyright (c) 2005, 2008 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;
@@ -21,10 +20,10 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.util.SDMessages;
 
 /**
  * Action class implementation to move the focus to the previous page of the whole sequence diagram.
- * 
+ *
  * @version 1.0
  * @author sveyrier
- * 
+ *
  */
 public class PrevPage extends Action {
 
@@ -36,7 +35,7 @@ public class PrevPage extends Action {
      * The action ID.
      */
     public final static String ID = "org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.prevpage"; //$NON-NLS-1$
-    
+
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
@@ -51,8 +50,8 @@ public class PrevPage extends Action {
     // ------------------------------------------------------------------------
 
     /**
-     * Default constructor 
-     * 
+     * Default constructor
+     *
      * @param view the view reference
      */
     public PrevPage(SDView view) {
@@ -60,7 +59,7 @@ public class PrevPage extends Action {
         fView = view;
         setText(SDMessages._35);
         setToolTipText(SDMessages._37);
-        setId(ID); 
+        setId(ID);
         setImageDescriptor(Activator.getDefault().getImageDescripterFromPath(ITmfImageConstants.IMG_UI_PREV_PAGE));
     }
 
This page took 0.024627 seconds and 5 git commands to generate.