we removed those methods because they are declared in java.util.map

IValueMap extends Map<String, Object>

and map has Object put<String,Object> so i dont see why it wouldnt
find the method...

-igor

On Thu, Jun 26, 2008 at 10:01 PM, Sergiy Yevtushenko
<[EMAIL PROTECTED]> wrote:
> 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]
>
>

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

Reply via email to