Removed comments auto-generated by IDEA.

This commit is contained in:
Evgeny Gerashchenko
2013-12-23 15:39:05 +04:00
parent 2291b74bff
commit f7d33d2297
26 changed files with 0 additions and 105 deletions
@@ -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()) {