Skip to content
Snippets Groups Projects
Commit d31318e2 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

iss1007: bug fix

parent 191cb4b5
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ public class HaaSClient { ...@@ -308,7 +308,7 @@ public class HaaSClient {
public Collection<String> getChangedFiles(long jobId) { public Collection<String> getChangedFiles(long jobId) {
try { try {
return Arrays.asList(fileTransfer.listChangedFilesForJob(jobId, getSessionID())); return Arrays.asList(getFileTransfer().listChangedFilesForJob(jobId, getSessionID()));
} catch (RemoteException | ServiceException e) { } catch (RemoteException | ServiceException e) {
throw new HaaSClientException(e); throw new HaaSClientException(e);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment