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

w

parent 7aadfebe
No related branches found
No related tags found
No related merge requests found
......@@ -684,13 +684,7 @@ public class OAIPMHImpl implements OAIPMHProducer {
if (!verb.isEmpty()) {
request.setVerb(verbParam);
}else{
verbParam = setVerb("Identify");
request.setVerb(verbParam);
}
}
public RequestType setRequestType(String verb) {
......
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