Fix a bug in ImplicitObjectELResolver.ScopeMap intruduced when applying generics...
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 17 Feb 2010 01:52:41 +0000 (01:52 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 17 Feb 2010 01:52:41 +0000 (01:52 +0000)
commit1d67c9412734a49c0f8911262e1b1c3f4c6ce279
tree8df6fd7709142680675f5d6359677e972d8a99b8
parent6faa549d064e1afaa9d7321653beed467c8fa7fe
Fix a bug in ImplicitObjectELResolver.ScopeMap intruduced when applying generics there:
the get(String) and remove(String) methods were not overwriting the ones of AbstractMap,
because those are declared as get(Object) and remove(Object),
thus using ineffective implementations provided by AbstractMap.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@910796 13f79535-47bb-0310-9956-ffa450edef68
java/javax/servlet/jsp/el/ImplicitObjectELResolver.java