Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / project / model / TmfOpenTraceHelper.java
index 66c55983874cc19a8371fa1474bbf8ff6df19edf..38d37be11422b05e333dcde161c600ce4cf6ae94 100644 (file)
@@ -62,7 +62,6 @@ import org.eclipse.ui.part.FileEditorInput;
  * project.
  *
  * @author Matthew Khouzam
- * @since 2.1
  */
 public class TmfOpenTraceHelper {
 
@@ -85,7 +84,6 @@ public class TmfOpenTraceHelper {
      * @throws CoreException
      *             core exceptions if something is not well set up in the back
      *             end
-     * @since 3.0
      */
     public static IStatus openTraceFromPath(TmfTraceFolder destinationFolder, String path, Shell shell) throws CoreException {
         return openTraceFromPath(destinationFolder, path, shell, null);
@@ -107,8 +105,6 @@ public class TmfOpenTraceHelper {
      * @throws CoreException
      *             core exceptions if something is not well set up in the back
      *             end
-     *
-     * @since 3.0
      */
     public static IStatus openTraceFromPath(TmfTraceFolder destinationFolder, String path, Shell shell, String tracetypeHint) throws CoreException {
         final String pathToUse = checkTracePath(path);
@@ -224,7 +220,6 @@ public class TmfOpenTraceHelper {
      * @param traceName
      *            the trace name
      * @return success or error
-     * @since 3.0
      */
     private static IStatus openTraceFromFolder(TmfTraceFolder destinationFolder, String traceName) {
         final List<ITmfProjectModelElement> elements = destinationFolder.getChildren();
@@ -319,7 +314,6 @@ public class TmfOpenTraceHelper {
      *
      * @param traceElement
      *            the {@link TmfTraceElement} to open
-     * @since 3.0
      */
     public static void openTraceFromElement(final TmfCommonProjectElement traceElement) {
 
@@ -422,7 +416,6 @@ public class TmfOpenTraceHelper {
      *            the {@link TmfTraceElement} to open
      * @param editor
      *            the reusable editor
-     * @since 3.0
      */
     public static void reopenTraceFromElement(final TmfCommonProjectElement traceElement, final IReusableEditor editor) {
 
This page took 0.027929 seconds and 5 git commands to generate.