Removed comments auto-generated by IDEA.
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
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