Skip to content

Commit

Permalink
Add missing @SInCE tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley authored and akurtakov committed Jul 28, 2022
1 parent c5d18ba commit 536b4bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

import org.eclipse.test.internal.performance.db.Variations;


/**
* @since 3.19
*/
public class ResultsData{
//Static because there shouldn't be different groups of results
private static Map<String, Sample> CURRENT_SCENARIO_DATA; //Map of scenarioID to Sample for the current build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
import org.eclipse.equinox.app.IApplicationContext;
import org.eclipse.test.internal.performance.data.ResultsData;

/**
* @since 3.19
*/
public class BasicResultsTable implements IApplication{
private static String CURRENT_BUILD, BASELINE_BUILD=null;
private static ArrayList<Path> inputFiles = new ArrayList<>();
Expand Down

0 comments on commit 536b4bd

Please sign in to comment.