Some Galileo inspired raw type and dead code elimination.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5956 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-09-14 22:20:16 +00:00
parent 26d982ae54
commit 293ec52255
9 changed files with 30 additions and 31 deletions
@@ -120,7 +120,7 @@ public class EntryUpdatedEvent<T extends DSet.Entry> extends NamedEvent
@Override
protected void notifyListener (Object listener)
{
if (listener instanceof SetListener) {
if (listener instanceof SetListener<?>) {
@SuppressWarnings("unchecked") SetListener<T> setlist = (SetListener<T>)listener;
setlist.entryUpdated(this);
}