Skip to content
Snippets Groups Projects
Commit ff63c084 authored by ribeaudc's avatar ribeaudc
Browse files

minor:

- Comment formatted.

SVN: 723
parent 1c50c5fd
No related branches found
No related tags found
No related merge requests found
......@@ -126,8 +126,7 @@ public final class DirectoryScanningTimerTask extends TimerTask implements ISelf
return;
}
// Sort in order of "oldest first" in order to move older items before newer items. This becomes important
// when
// doing online quality control of measurements.
// when doing online quality control of measurements.
Arrays.sort(paths, FileComparator.BY_LAST_MODIFIED);
for (File path : paths)
{
......
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