{
log.error( "Cannot build Changes Report from file: " + xmlPath.getPath() );
return;
}
Properties properties = changesDocument.getProperties();
if ( properties != null )
{
if ( properties.getAuthor() != null )
{
this.author = properties.getAuthor().getName();
this.authorEmail = properties.getAuthor().getName();
}
this.title = properties.getTitle();
}
Body body = changesDocument.getBody();