Add support for selected event in Properties view.
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 23 Oct 2012 17:45:20 +0000 (13:45 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Tue, 23 Oct 2012 17:45:20 +0000 (13:45 -0400)
Change-Id: I41e8cc7a9d9e0c9f8870445741f9559f951eba0f

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.025354 seconds and 5 git commands to generate.