apply new code formatter and save action
This commit is contained in:
@@ -7,15 +7,15 @@ import org.springframework.stereotype.Component;
|
||||
@Component
|
||||
public class Ingestion {
|
||||
|
||||
private final Ingestor tcpIngestor;
|
||||
private final Ingestor tcpIngestor;
|
||||
|
||||
public Ingestion(final Ingestor tcpIngestor) {
|
||||
this.tcpIngestor = tcpIngestor;
|
||||
}
|
||||
public Ingestion(final Ingestor tcpIngestor) {
|
||||
this.tcpIngestor = tcpIngestor;
|
||||
}
|
||||
|
||||
@PostConstruct
|
||||
public void start() throws Exception {
|
||||
tcpIngestor.start();
|
||||
}
|
||||
@PostConstruct
|
||||
public void start() throws Exception {
|
||||
tcpIngestor.start();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user