fixed java sytax error in example

This commit is contained in:
Lars Kühne 2003-04-18 06:32:57 +00:00
parent c69b2f8481
commit b7f58129fa
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@
// errors in the same file
// fire the errors for this file to the AuditListeners
dispatcher.fireErrors(path, getMessageCollector.getMessages());
dispatcher.fireErrors(path, getMessageCollector().getMessages());
// signal end of file to AuditListeners
dispatcher.fireFileFinished(path);