We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1fba6 commit de5c965Copy full SHA for de5c965
orcid-core/src/main/java/org/orcid/pojo/DigestEmail.java
@@ -27,7 +27,7 @@ public void addNotification(Notification notification) {
27
sourceId = source.retrieveSourcePath();
28
}
29
30
- if (source != null && source.getSourceName().getContent() != null &&
+ if (source != null && source.getSourceName() != null && source.getSourceName().getContent() != null &&
31
!sources.contains(source.getSourceName().getContent())) {
32
sources.add(source.getSourceName().getContent());
33
0 commit comments