From 32c3ee46e34a8b400148ca82d97fa8363a34f6d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20K=C3=BChne?=
Date: Sun, 30 Mar 2003 14:58:22 +0000
Subject: [PATCH] removed the "threadsafe" keyword, fix for bug #710319
---
docs/releasenotes.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 532f111ed..6bf8888ac 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -103,7 +103,9 @@
- False alarms from RightCurly module for code that does not have braces in if-then-else (bug 689836).
- - ConfigurationLoader was not public (only relevant for plugin authors).
+ - "threadsafe" was treated as a Java keyword, resulting in parser errors for
+ sources that use it as an identifier (bug 710319).
+ - ConfigurationLoader was not public (only relevant for IDE plugin authors).