Patch from Oleg Sukhodolsky to fix documentation. (bug 727896)

This commit is contained in:
Oliver Burn 2003-04-28 12:28:29 +00:00
parent 9aab61241e
commit ff05a6ff5e
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -111,6 +111,9 @@
<li class="body">Patch from Oleg Sukhodolsky to fix TranslationCheck
Test bug. (bug 720925).</li>
<li class="body">Patch from Oleg Sukhodolsky to fix documentation.
(bug 727896).</li>
</ul>
<p class="body">

View File

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