&& (namespaceURI == WSIConstants.NS_URI_WSI_MONITOR_CONFIG))
{
// If we saved the comment, then process it and the log timestamp
if (this.monitorComment != null)
{
ArtifactReference artifactReference = new ArtifactReferenceImpl();
artifactReference.setTimestamp(this.logTimestamp);
Comment comment = new CommentImpl();
comment.setText(monitorComment.toString());
artifactReference.setDocumentElement(
comment,
WSIConstants.NS_NAME_WSI_MONITOR_CONFIG);
processArtifactReference(artifactReference);
}
}