This commit is contained in:
Nunzio Andrea Galante 2017-02-24 11:03:17 +00:00
parent 29b4ffd4b6
commit 9af9433b71
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ public class DataminerPoolManager implements PoolManager {
File path = new File(System.getProperty("user.home")+File.separator+"/gcube/dataminer-pool-manager/work/"+a+File.separator+"logs");
path.mkdirs();
File n = new File(path + File.separator +a);
System.out.println("aaaaa"+n.getAbsolutePath());
***REMOVED***String addr = InetAddress.getLocalHost().getHostAddress();
return new File(n.getPath()).toURI().toURL();