ctf/tmf: Make CtfLocation more inline with code style.
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 13 Mar 2014 21:44:07 +0000 (17:44 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 14 Mar 2014 14:56:53 +0000 (10:56 -0400)
Change-Id: I8fe1eaa819ef437b300ea785ee6b14d0c495f8d3
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/23356
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfLocation.java

index fb3f45e117a2887fba6b1b02348c039ce3d7ae51..e59a2d35c35079a00b0bc19b1bdd4f73bf6f0b96 100644 (file)
@@ -129,7 +129,7 @@ public final class CtfLocation extends TmfLocation {
 
     @Override
     public String toString() {
-        if (this.getLocationInfo().equals(CtfLocation.INVALID_LOCATION )) {
+        if (getLocationInfo().equals(CtfLocation.INVALID_LOCATION )) {
             return getClass().getSimpleName() + " [INVALID]"; //$NON-NLS-1$
         }
         return super.toString();
This page took 0.025223 seconds and 5 git commands to generate.