formatting
This commit is contained in:
@@ -192,7 +192,9 @@ public class PipelineDirectoryProcessor {
|
|||||||
boolean isReady =
|
boolean isReady =
|
||||||
fileMonitor.isFileReadyForProcessing(path);
|
fileMonitor.isFileReadyForProcessing(path);
|
||||||
if (!isReady) {
|
if (!isReady) {
|
||||||
log.info("File not ready for processing (locked/created last 5s): {}", path);
|
log.info(
|
||||||
|
"File not ready for processing (locked/created last 5s): {}",
|
||||||
|
path);
|
||||||
}
|
}
|
||||||
return isReady;
|
return isReady;
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user