Added @Deprecated annotation.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2632 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2009-09-08 17:16:13 +00:00
parent aee97922c4
commit 59270e834d
@@ -161,6 +161,7 @@ public class IntIntMap
*
* @deprecated use {@link #containsKey}.
*/
@Deprecated
public boolean contains (int key)
{
return (null != locateRecord(key));