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

ListIdentifier Logs

parent c074c9dc
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,10 @@ public class DublinCoreFieldLoader {
if(responseWorkValues==null){
System.out.println("test");
}
if (field!= null && responseWorkValues.getField(field) != null) {
coverages.add(responseWorkValues.getField(field).getValue().toString());
if (responseWorkValues.getField(field) != null) {
if(responseWorkValues.getField(field).getValue()!=null) {
coverages.add(responseWorkValues.getField(field).getValue().toString());
}
}
}
......
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