rcp: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ctf.core / src / org / eclipse / tracecompass / tmf / ctf / core / event / aspect / CtfChannelAspect.java
index 82e8cb29b527c0510a4fc6492ca9b4dc06d2fc12..92e5aa929800ea38fac40eff1cedfb0e1c60fc9b 100644 (file)
@@ -41,9 +41,4 @@ public class CtfChannelAspect implements ITmfEventAspect {
         String ret = ((CtfTmfEvent) event).getReference();
         return (ret == null ? EMPTY_STRING : ret);
     }
-
-    @Override
-    public String getFilterId() {
-        return ITmfEvent.EVENT_FIELD_REFERENCE;
-    }
-}
\ No newline at end of file
+}
This page took 0.03675 seconds and 5 git commands to generate.