Commit 48e7baa5 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed async recall local path.

parent dce912fe
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ public class FileDAO {

        if (asyncLocation) {
            String username = rs.getString("username");
            completeBasePath = completeBasePath.resolve(username).resolve("retrieve");
            completeBasePath = completeBasePath.resolve(username).resolve("vospace_retrieve");
        }

        fi.setActualBasePath(completeBasePath.toString());