if (dialog != null) {
dialog.setVisible(false);
}
// Create and submit the discrepant report.
DiscrepantReport report = new DiscrepantReport(auid, name,
uniqueId, editor, reportDialog.getComments());
IDiscrepantReporter reporter = ZapperLogger.getInstance();
reporter.lodge(report);