Skip to content
Snippets Groups Projects
Commit 2e932f35 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

code prepared for changes in databrowser

parent e9d2f605
No related branches found
No related tags found
No related merge requests found
......@@ -173,8 +173,11 @@ public class TrendFile {
private int colorIndex;
public TrendFile(String fileName) {
public TrendFile(String fileName, boolean autoStart) {
this(fileName, new CometeTrendController(), false, true);
if (!autoStart) {
controller.stopRefreshing();
}
}
public TrendFile(String fileName, CometeTrendController controller) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment