Cleanup leftovers in compiler and IDE

This commit is contained in:
Ilya Gorbunov
2015-12-29 18:48:56 +03:00
parent 3d5e415c87
commit 92c2d17910
3 changed files with 5 additions and 5 deletions
@@ -56,7 +56,7 @@ class LazyClasspathWatcher(classpath: Iterable<String>,
init {
// locking before entering thread in order to avoid racing with isChanged
fileIdsLock.acquire()
thread(daemon = true, start = true) {
thread(isDaemon = true, start = true) {
try {
fileIds = classpath
.map { File(it) }