removed the "threadsafe" keyword, fix for bug #710319
This commit is contained in:
parent
2727c0a857
commit
32c3ee46e3
|
|
@ -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">"threadsafe" 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue