Skip to content

Commit

Permalink
Fixed CheckStyle issue in TestPerformanceTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Nov 23, 2017
1 parent 2a9a4c1 commit a1e2fdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public TestPerformanceTracker(TestContainer container) {
new File(getUserDir(), "performance-" + container.getTestCase().getId() + ".csv"));
}

@SuppressWarnings("checkstyle:npathcomplexity")
public void update(long currentTimestamp) {
Map<String, Probe> probeMap = testContainer.getProbeMap();
if (probeMap.isEmpty()) {
Expand Down

0 comments on commit a1e2fdf

Please sign in to comment.