Add support for selected event in Properties view.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfEvent.java
index 50174f4897d7621ba32c08f3db3794d9d40c51e0..d1ad40d5b0ed2600b49bbf2c5158342a69c6964a 100644 (file)
@@ -296,6 +296,9 @@ public final class CtfTmfEvent implements ITmfEvent, IAdaptable, Cloneable {
     /* (non-Javadoc)
      * @see org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)
      */
+    /**
+     * @since 2.0
+     */
     @Override
     public Object getAdapter(Class adapter) {
         if (adapter == IPropertySource.class) {
This page took 0.023787 seconds and 5 git commands to generate.