Skip to content
Snippets Groups Projects
Commit 480765c9 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

More testing...

parent 00054177
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,8 @@ public class RecordListDeliverer {
public GetResponse furtherDCElements(String id, OAI_ESClient esClient) {
System.out.println("URGL START!");
try {
id = URLDecoder.decode(id, "UTF-8");
} catch (UnsupportedEncodingException e) {
......
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