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 {
|
||||
public static boolean isDir(File parent) {
|
||||
if (parent == null || !parent.exists()) {
|
||||
|
||||
Reference in New Issue
Block a user