healchow commented on code in PR #5744:
URL: https://github.com/apache/inlong/pull/5744#discussion_r958327324
##########
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/reader/file/TextFileReader.java:
##########
@@ -46,6 +46,7 @@ public final class TextFileReader extends AbstractFileReader {
public TextFileReader(FileReaderOperator fileReaderOperator) {
super.fileReaderOperator = fileReaderOperator;
+ MonitorTextFile.getInstance().monitor(fileReaderOperator,this);
Review Comment:
Add one blank after `,`, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]