Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Minor update to checkRemoveSeries() to ensure that the removed
Browse files Browse the repository at this point in the history
SeriesProviders are unique.

Signed-off-by: Jordan Deyton <deytonjh@ornl.gov>
  • Loading branch information
Jordan Deyton committed Apr 14, 2015
1 parent 2aba295 commit abab00f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -108,7 +108,9 @@ public void checkRemoveSeries() {
// Series and times to add and later *remove*. Each series is added for
// each time, resulting in 4 total additions.
SeriesProvider series1 = new SeriesProvider();
series1.setSeriesTitle("series1");
SeriesProvider series2 = new SeriesProvider();
series2.setSeriesTitle("series2");
double time1 = 42.0;
double time2 = 343.1337;

Expand Down

0 comments on commit abab00f

Please sign in to comment.