removed strange import
This commit is contained in:
@@ -25,8 +25,6 @@ import jcifs.smb.SmbFile;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.sun.tools.javac.util.List;
|
||||
|
||||
/**
|
||||
* @author ebner
|
||||
*
|
||||
@@ -61,7 +59,6 @@ public class SambaTest {
|
||||
SmbFile tmpDir = new SmbFile(smbShare);
|
||||
|
||||
// tmpDir.createNewFile();
|
||||
System.out.println(List.from(tmpDir.list()));
|
||||
logger.info(""+tmpDir.exists());
|
||||
logger.info(""+tmpDir.isDirectory());
|
||||
SmbFile tmpFile = new SmbFile(tmpDir, "000000.txt.lock");
|
||||
|
||||
Reference in New Issue
Block a user