This commit is contained in:
2018-09-13 08:11:15 +02:00
parent c6a1291ee6
commit a2e63cca44
7 changed files with 1 additions and 32 deletions

View File

@@ -99,7 +99,7 @@ public class ScatterPlot {
dataSeries.add(dataSerie);
}
} catch (final Exception e) {
throw new IllegalStateException(e); // TODO handle
throw new IllegalStateException(e);
}
});
METRICS_LOGGER.debug("csv generation took: " + (System.nanoTime() - start) / 1_000_000.0 + "ms");