Don't depend on presents
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6378 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.nio;
|
||||
|
||||
import static com.threerings.NaryaLog.log;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.Iterator;
|
||||
import java.util.Set;
|
||||
@@ -31,8 +33,6 @@ import java.nio.channels.Selector;
|
||||
|
||||
import com.google.common.collect.Iterators;
|
||||
|
||||
import static com.threerings.presents.Log.log;
|
||||
|
||||
/**
|
||||
* Exposes selected keys from {@link Selector#selectedKeys()} as an Iterable, removing them from the
|
||||
* selected set as they're iterated over.
|
||||
|
||||
Reference in New Issue
Block a user