tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / colors / ColorsView.java
index 6f52b3a00b0136a9dd5a5016c1c5ff45f104a79a..eabe4ffaa5848e20ba38d4dba96ae52ab589780c 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2012 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
@@ -142,9 +142,6 @@ public class ColorsView extends TmfView {
         super("Colors"); //$NON-NLS-1$
     }
 
-    /* (non-Javadoc)
-     * @see org.eclipse.ui.part.WorkbenchPart#createPartControl(Composite)
-     */
     @Override
     public void createPartControl(Composite parent) {
         fShell = parent.getShell();
@@ -205,9 +202,6 @@ public class ColorsView extends TmfView {
         fillToolBar();
     }
 
-    /* (non-Javadoc)
-     * @see org.eclipse.ui.part.WorkbenchPart#setFocus()
-     */
     @Override
     public void setFocus() {
         fScrolledComposite.setFocus();
This page took 0.025499 seconds and 5 git commands to generate.