dbl -> toDouble

This commit is contained in:
Alex Tkachman
2012-02-22 13:14:41 +02:00
parent 18990e2c1b
commit 53bba59a4f
79 changed files with 335 additions and 298 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ internal object RefreshQueue {
}
}
fixedRateTimer(daemon=true, name="refresher timer", period=5000.long) {
fixedRateTimer(daemon=true, name="refresher timer", period=5000.toLong()) {
scheduleRefresh(FileSystem.watchedDirectories)
}
}