tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / util / SortAsyncForBackward.java
index 7f162da3b4f21869d26f202390d83a2db01aa4bf..bbbd5df758776580e566035eaf6543b7cae530bc 100755 (executable)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2005, 2012 IBM Corporation, Ericsson
+ * Copyright (c) 2005, 2013 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
@@ -44,10 +44,6 @@ public class SortAsyncForBackward implements Comparator<GraphNode>, Serializable
     // Methods
     // ------------------------------------------------------------------------
 
-    /*
-     * (non-Javadoc)
-     * @see java.util.Comparator#compare(java.lang.Object, java.lang.Object)
-     */
     @Override
     public int compare(GraphNode arg0, GraphNode arg1) {
         if (arg0 instanceof AsyncMessage && arg1 instanceof AsyncMessage) {
This page took 0.024171 seconds and 5 git commands to generate.