Reverted changes in test data to fix tests.
This commit is contained in:
@@ -2,6 +2,9 @@ package test
|
||||
|
||||
import java.io.File
|
||||
|
||||
/**
|
||||
* User: ignatov
|
||||
*/
|
||||
public class Test() {
|
||||
class object {
|
||||
public fun isDir(parent: File): Boolean {
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
package test;
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* User: ignatov
|
||||
*/
|
||||
public class Test {
|
||||
public static boolean isDir(File parent) {
|
||||
if (parent == null || !parent.exists()) {
|
||||
|
||||
Reference in New Issue
Block a user