refactoring
This commit is contained in:
parent
e733bd6881
commit
1b4418aa99
|
@ -10,7 +10,7 @@ import java.io.*;
|
||||||
public class OutputsSectionConsumer implements ConfigurationConsumer {
|
public class OutputsSectionConsumer implements ConfigurationConsumer {
|
||||||
private final String tsOutputsSectionFileName;
|
private final String tsOutputsSectionFileName;
|
||||||
private final TsOutput tsOutput;
|
private final TsOutput tsOutput;
|
||||||
public int sensorTsPosition;
|
private int sensorTsPosition;
|
||||||
|
|
||||||
public OutputsSectionConsumer(String tsOutputsSectionFileName) {
|
public OutputsSectionConsumer(String tsOutputsSectionFileName) {
|
||||||
this.tsOutputsSectionFileName = tsOutputsSectionFileName;
|
this.tsOutputsSectionFileName = tsOutputsSectionFileName;
|
||||||
|
|
Loading…
Reference in New Issue