-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.1.3.Final
Some Office files have a blank "Last Printed" property.
A null check should be done before setting this property on sequenced node:
MSOfficeMetadataSequencer.java
if(null != metadata.getLastPrinted()){ rootNode.setProperty(LAST_PRINTED, valueFactory.createValue(metadata.getLastPrinted())); }