tmf: Fix missing @since annotation in TmfTraceType
authorPatrick Tasse <patrick.tasse@gmail.com>
Wed, 21 Aug 2013 16:00:55 +0000 (12:00 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 21 Aug 2013 17:02:01 +0000 (13:02 -0400)
Change-Id: I779247fd226c031aa6f683255de92096a6c5f3b5
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/15740
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfTraceType.java

index 4195b17047c9f2e039dca1768303987f6d9cacbd..f20b6cd0262fc830fab31f79ddb73c15682176d9 100644 (file)
@@ -715,6 +715,7 @@ public final class TmfTraceType {
      * @return Status.OK_Status if successful, error is otherwise.
      * @throws CoreException
      *             An exception caused by accessing eclipse project items.
+     * @since 2.1
      */
     public static IStatus setTraceType(IPath path, TraceTypeHelper traceType) throws CoreException {
         IResource resource = ResourcesPlugin.getWorkspace().getRoot().findMember(path);
This page took 0.027051 seconds and 5 git commands to generate.