lttng: More luna annotation updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / TmfLongLocation.java
index b54ec5da31d08603c9e703f493799f0f545617cd..905e372ad163591b58f3d452f1290adf30e8860c 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
@@ -38,9 +38,6 @@ public final class TmfLongLocation extends TmfLocation {
         super(other.getLocationInfo());
     }
 
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.core.trace.ITmfLocation#getLocationInfo()
-     */
     @Override
     public Long getLocationInfo() {
         return (Long) super.getLocationInfo();
This page took 0.023688 seconds and 5 git commands to generate.