lttng: More luna annotation updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / TmfStringLocation.java
index 36f1fe881313791b4e5f113ca277cced9626f8f4..aa707fb431bd94209a86fee42efd6b513772b861 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
@@ -36,29 +36,9 @@ public class TmfStringLocation extends TmfLocation {
         super(other.getLocationInfo());
     }
 
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.core.trace.ITmfLocation#getLocationInfo()
-     */
     @Override
     public String getLocationInfo() {
         return (String) super.getLocationInfo();
     }
 
-    /* (non-Javadoc)
-     * @see java.lang.Object#clone()
-     */
-    @Override
-    public TmfStringLocation clone() {
-        return (TmfStringLocation) super.clone();
-    }
-
-    /* (non-Javadoc)
-     * @see org.eclipse.linuxtools.tmf.core.trace.TmfLocation#cloneValue()
-     */
-    @Override
-    protected String cloneLocationInfo() {
-        // No need to clone a String
-        return getLocationInfo();
-    }
-
 }
This page took 0.024066 seconds and 5 git commands to generate.