Skip to content
Snippets Groups Projects
Commit 07bb6e2a authored by brinn's avatar brinn
Browse files

minor: fix typo

SVN: 1721
parent 7faf10b5
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ public class IncomingProcessor ...@@ -83,7 +83,7 @@ public class IncomingProcessor
final DirectoryScanningTimerTask movingTask = final DirectoryScanningTimerTask movingTask =
new DirectoryScanningTimerTask(incomingStore.getPath(), filter, pathHandler); new DirectoryScanningTimerTask(incomingStore.getPath(), filter, pathHandler);
final Timer movingTimer = new Timer("Mover of Incomming Data"); final Timer movingTimer = new Timer("Mover of Incoming Data");
// The moving task is scheduled at fixed rate. It makes sense especially if the task is moving data from the // The moving task is scheduled at fixed rate. It makes sense especially if the task is moving data from the
// remote share. The rationale behind this is that if new items are // remote share. The rationale behind this is that if new items are
// added to the source directory while the remote timer task has been running for a long time, busy moving data, // added to the source directory while the remote timer task has been running for a long time, busy moving data,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment