[MNT-23933] Fixed Null Pointer Exception (#2253)

This commit is contained in:
Manish Kumar
2023-10-16 16:44:43 +05:30
committed by GitHub
parent 3c60415ea0
commit 1f99216d37

View File

@@ -61,6 +61,7 @@ public class RFC822MetadataExtracter extends org.alfresco.repo.content.metadata.
public void setNodeService(NodeService nodeService)
{
this.nodeService = nodeService;
super.setNodeService(nodeService);
}
/**