Patch from Oleg Sukhodolsky to fix documentation. (bug 727896)
This commit is contained in:
parent
9aab61241e
commit
ff05a6ff5e
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue