Nix some unused imports.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5202 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -28,8 +28,6 @@ import java.lang.annotation.Target;
|
|||||||
|
|
||||||
import com.google.inject.BindingAnnotation;
|
import com.google.inject.BindingAnnotation;
|
||||||
|
|
||||||
import com.samskivert.util.Invoker;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An annotation that identifies the invoker on which we do client authentication. This would
|
* An annotation that identifies the invoker on which we do client authentication. This would
|
||||||
* generally only be used to bind the auth invoker to a different invoker than the default (which
|
* generally only be used to bind the auth invoker to a different invoker than the default (which
|
||||||
|
|||||||
@@ -23,8 +23,6 @@ package com.threerings.presents.dobj;
|
|||||||
|
|
||||||
import java.lang.reflect.Array;
|
import java.lang.reflect.Array;
|
||||||
|
|
||||||
import java.util.HashMap;
|
|
||||||
|
|
||||||
import com.samskivert.util.StringUtil;
|
import com.samskivert.util.StringUtil;
|
||||||
|
|
||||||
import com.threerings.presents.net.Transport;
|
import com.threerings.presents.net.Transport;
|
||||||
|
|||||||
@@ -21,20 +21,16 @@
|
|||||||
|
|
||||||
package com.threerings.presents.dobj;
|
package com.threerings.presents.dobj;
|
||||||
|
|
||||||
import java.lang.reflect.Array;
|
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
||||||
import org.apache.commons.lang.StringUtils;
|
|
||||||
|
|
||||||
import com.samskivert.util.ListUtil;
|
import com.samskivert.util.ListUtil;
|
||||||
import com.samskivert.util.StringUtil;
|
import com.samskivert.util.StringUtil;
|
||||||
|
|
||||||
import com.threerings.io.Streamable;
|
import com.threerings.io.Streamable;
|
||||||
import com.threerings.util.TrackedObject;
|
|
||||||
|
|
||||||
import com.threerings.presents.net.Transport;
|
import com.threerings.presents.net.Transport;
|
||||||
|
|
||||||
|
|||||||
@@ -23,8 +23,6 @@ package com.threerings.presents.dobj;
|
|||||||
|
|
||||||
import com.samskivert.util.StringUtil;
|
import com.samskivert.util.StringUtil;
|
||||||
|
|
||||||
import static com.threerings.presents.Log.log;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An entry added event is dispatched when an entry is added to a {@link DSet} attribute of a
|
* An entry added event is dispatched when an entry is added to a {@link DSet} attribute of a
|
||||||
* distributed entry. It can also be constructed to request the addition of an entry to a set and
|
* distributed entry. It can also be constructed to request the addition of an entry to a set and
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
package com.threerings.presents.dobj;
|
package com.threerings.presents.dobj;
|
||||||
|
|
||||||
import com.samskivert.util.StringUtil;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A message event that only goes to the server. If generated on the server then it never leaves
|
* A message event that only goes to the server. If generated on the server then it never leaves
|
||||||
* the server.
|
* the server.
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
package com.threerings.presents.net;
|
package com.threerings.presents.net;
|
||||||
|
|
||||||
import java.io.EOFException;
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.TimeZone;
|
import java.util.TimeZone;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user