Skip to content
Snippets Groups Projects
Commit dee9297b authored by Sara Bertocco's avatar Sara Bertocco
Browse files

New name NodeProperties.getNodePropertyByURI becomes NodeProperties.getNodePropertiesListByURI

parent 32994748
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ public class UriService { ...@@ -73,7 +73,7 @@ public class UriService {
// TODO add token for authenticated access // TODO add token for authenticated access
String endpoint = fileServiceUrl + relativePath + "?jobId=" + job.getJobId(); String endpoint = fileServiceUrl + relativePath + "?jobId=" + job.getJobId();
if (!"true".equals(NodeProperties.getNodePropertyByURI(node, NodeProperties.PUBLIC_READ_URI))) { if (!"true".equals(NodeProperties.getNodePropertiesListByURI(node, NodeProperties.PUBLIC_READ_URI))) {
endpoint += "&token=" + getEndpointToken(fileServiceUrl + relativePath); endpoint += "&token=" + getEndpointToken(fileServiceUrl + relativePath);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment