removed the "threadsafe" keyword, fix for bug #710319

This commit is contained in:
Lars Kühne 2003-03-30 14:58:22 +00:00
parent 2727c0a857
commit 32c3ee46e3
1 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,9 @@
</p>
<ul>
<li class="body">False alarms from RightCurly module for code that does not have braces in if-then-else (bug 689836).</li>
<li class="body">ConfigurationLoader was not public (only relevant for plugin authors).</li>
<li class="body">&quot;threadsafe&quot; was treated as a Java keyword, resulting in parser errors for
sources that use it as an identifier (bug 710319).</li>
<li class="body">ConfigurationLoader was not public (only relevant for IDE plugin authors).</li>
</ul>
<a name="release3_0"></a>