New and improved lint removal.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4438 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-10-26 23:00:20 +00:00
parent 9437211e40
commit 35082bbaca
6 changed files with 22 additions and 1 deletions
@@ -237,6 +237,7 @@ public class DSet<E extends DSet.Entry>
/**
* @deprecated use {@link #toArray(Entry[])}.
*/
@Deprecated
public Object[] toArray (Object[] array)
{
@SuppressWarnings("unchecked") E[] casted = (E[])array;