Skip to content
Snippets Groups Projects
Commit 8114b00c authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Minor change

parent e77737f5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
package it.inaf.oats.vospace;
import it.inaf.ia2.aa.data.User;
import it.inaf.oats.vospace.datamodel.Views;
import it.inaf.oats.vospace.exception.InternalFaultException;
import it.inaf.oats.vospace.persistence.JobDAO;
import net.ivoa.xml.uws.v1.ExecutionPhase;
......@@ -159,7 +160,7 @@ public class JobService {
private boolean isAsyncRecall(Transfer transfer) {
return transfer.getView() != null
&& "ivo://ia2.inaf.it/vospace/views#async-recall".equals(transfer.getView().getUri());
&& Views.ASYNC_RECALL_VIEW_URI.equals(transfer.getView().getUri());
}
private void handleMoveNode(JobSummary jobSummary, Transfer transfer) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment