ctf/tmf: allow multiple traces to be open with name clashing events
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfEnumPair.java
index 38bc14863accf1fe383dd583888224055d6d25c2..34aaa4612bd54d5418cd573c58ae0730ddc5da26 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
@@ -52,10 +52,6 @@ public class CtfEnumPair extends Pair<String, Long> {
         return getSecond();
     }
 
-    /*
-     * (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.core.util.Pair#toString()
-     */
     @Override
     public String toString() {
         return getFirst();
This page took 0.023606 seconds and 5 git commands to generate.