refactoring

This commit is contained in:
rusefillc 2022-04-18 10:58:11 -04:00
parent 387dfafe74
commit 6c089dbdc4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import java.io.*;
public class OutputsSectionConsumer implements ConfigurationConsumer {
private final String tsOutputsSectionFileName;
private final TsOutput tsOutput;
public int sensorTsPosition;
private int sensorTsPosition;
public OutputsSectionConsumer(String tsOutputsSectionFileName) {
this.tsOutputsSectionFileName = tsOutputsSectionFileName;