Skip to content
Snippets Groups Projects
Commit ebc6d524 authored by mbrodhu's avatar mbrodhu
Browse files

SetTest

parent 8e5e67d9
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ public class SetDeliverer {
for (String identifierSetSpec : this.identifier) {
String id = identifierSetSpec;
System.out.println("The id is: " + id);
if (identifierSetSpec.startsWith(repositoryObjectURIPrefix)) {
id = identifierSetSpec.substring(repositoryObjectURIPrefix.length());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment