Skip to content
Snippets Groups Projects

fix(MetadataExtractor): reset publication subsubtype to null if not present in...

Merged Nicolas.Rod requested to merge rodn-516-fix-publication-subtype-update into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -340,6 +340,8 @@ public abstract class MetadataExtractor {
if (subSubtype != null) {
publication.setSubSubtype(subSubtype);
}
} else {
publication.setSubSubtype(null);
}
}
Loading