J2k post-processings based on diagnostics are included into the common scheme

This commit is contained in:
Valentin Kipyatkov
2015-08-11 23:01:14 +03:00
parent e66d0f71ac
commit 21639c4785
5 changed files with 102 additions and 139 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public object Test {
return false
}
val result = true
if (parent.isDirectory()) {
if (parent.isDirectory) {
return true
} else
return false