Igor Vaynberg wrote:

what version are you on?

I've resolved the issue by rolling back IValueMap.java from latest 669997 to previous 660341. Differences between these two versions are following:

...
--- IValueMap.java.660341       2008-06-26 23:54:09.000000000 +0300
+++ IValueMap.java.669997       2008-06-27 07:57:07.000000000 +0300
@@ -35,11 +35,6 @@
 public interface IValueMap extends Map<String, Object>
 {
        /**
-        * @see java.util.Map#clear()
-        */
-       void clear();
-
-       /**
         * Retrieves a <code>boolean</code> value by key.
         *
         * @param key
@@ -205,21 +200,6 @@
        IValueMap makeImmutable();

        /**
-        * @see java.util.Map#put(Object, Object)
-        */
-       Object put(final String key, final Object value);
-
-       /**
-        * @see java.util.Map#putAll(java.util.Map)
-        */
-       void putAll(final Map map);
-
-       /**
-        * @see java.util.Map#remove(java.lang.Object)
-        */
-       Object remove(final Object key);
-
-       /**
* Provided that the hash key is a <code>String</code> and you need to access the value * ignoring the key's case (upper- or lowercase letters), then you may use this method to get
         * the correct writing.
...


Regards,
        Sergiy.
*---------------------------------------------
[EMAIL PROTECTED] http://es.os2.ru/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to