removed test publisher

This commit is contained in:
Enrico Ottonello 2020-07-24 12:59:59 +02:00
parent f61f794c25
commit 214502cc11
2 changed files with 3 additions and 4 deletions

View File

@ -106,9 +106,9 @@ public class BulkUpload {
// AgentInfo tr = new AgentInfo();
// ace.setTechnicalResponsible(Arrays.asList(tr));
}
AgentInfo testPublisher = new AgentInfo();
testPublisher.setName("TEST");
ace.getPublisher().add(testPublisher);
// AgentInfo testPublisher = new AgentInfo();
// testPublisher.setName("TEST");
// ace.getPublisher().add(testPublisher);
String[] splits = ace.getIdentifier().split("/");
if (ace.getAatSubjects() != null && ace.getDerivedSubject() != null) {

View File

@ -136,7 +136,6 @@ public class AriadnePlusPublisherHelper {
}
private String indexOnES(final String datasource, final String collectionId) throws AriadnePlusPublisherException {
log.info("indexOnES "+datasource + " " + collectionId);
GraphDBClient graphDBClient = this.graphdbClientFactory.getGraphDBClient();
return graphDBClient.indexOnES(datasource, collectionId);
}