Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 3614)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 3615)
@@ -115,4 +115,5 @@
 			locale = NEUTRAL;
 
+		// TODO how to implement a R/W-Lock on prototypes with new init w/o much code?
 		LocalizedMessages lp = prototypes.get(locale);
 		if (lp == null) {
@@ -135,4 +136,5 @@
 	 * @return the locale resolver instance
 	 */
+	// TODO probably oversynchronized
 	private synchronized static LocaleResolver getLocaleResolverInstance() {
 
