tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / editors / UnsortedPropertySheetPage.java
index 3faf03d5692b58e0c067d58a2285da81126facdd..88f097e8516f0fb5001e39edd5b99c1e4e79f72c 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 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
@@ -26,9 +26,6 @@ import org.eclipse.ui.views.properties.PropertySheetSorter;
  */
 public class UnsortedPropertySheetPage extends PropertySheetPage {
 
-    /* (non-Javadoc)
-     * @see org.eclipse.ui.views.properties.PropertySheetPage#createControl(org.eclipse.swt.widgets.Composite)
-     */
     @Override
     public void createControl(Composite parent) {
         super.createControl(parent);
This page took 0.023982 seconds and 5 git commands to generate.