X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.core%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Finternal%2Ftmf%2Fcore%2Ftrace%2FTmfExperimentLocation.java;h=5c7b5b3fe9a3c9077915263e6edb5b166d213f81;hb=112523422233867587c313bdc26b21bde93931d0;hp=b618c4de8f07c385daf49e1b04a6e84275ee5985;hpb=94d4821e6d09e2fafc652eabaf729cdc8d9a50ff;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/trace/TmfExperimentLocation.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/trace/TmfExperimentLocation.java index b618c4de8f..5c7b5b3fe9 100644 --- a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/trace/TmfExperimentLocation.java +++ b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/trace/TmfExperimentLocation.java @@ -62,9 +62,6 @@ public final class TmfExperimentLocation implements ITmfLocation { // Object // ------------------------------------------------------------------------ - /* (non-Javadoc) - * @see org.eclipse.linuxtools.tmf.core.trace.TmfLocation#toString() - */ @Override @SuppressWarnings("nls") public String toString() { @@ -74,17 +71,11 @@ public final class TmfExperimentLocation implements ITmfLocation { return result.toString(); } - /* (non-Javadoc) - * @see org.eclipse.linuxtools.tmf.core.trace.TmfLocation#hashCode() - */ @Override public int hashCode() { return super.hashCode(); } - /* (non-Javadoc) - * @see org.eclipse.linuxtools.tmf.core.trace.TmfLocation#equals(java.lang.Object) - */ @Override public boolean equals(Object obj) { if (this == obj) { @@ -99,9 +90,6 @@ public final class TmfExperimentLocation implements ITmfLocation { return true; } - /* (non-Javadoc) - * @see org.eclipse.linuxtools.tmf.core.trace.ITmfLocation#getLocationData() - */ @Override public TmfLocationArray getLocationInfo() { return fLocation;