A healthy dash of google-collections
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5798 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -27,6 +27,8 @@ import java.lang.reflect.Proxy;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
import com.google.common.collect.Maps;
|
||||
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationService;
|
||||
import com.threerings.presents.server.InvocationProvider;
|
||||
@@ -70,5 +72,5 @@ public class PeerUtil
|
||||
}
|
||||
|
||||
/** Maps provider interface methods to service interface methods. */
|
||||
protected static HashMap<Method, Method> _pmethods = new HashMap<Method, Method>();
|
||||
protected static HashMap<Method, Method> _pmethods = Maps.newHashMap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user