diff --git a/src/java/com/threerings/presents/annotation/AuthInvoker.java b/src/java/com/threerings/presents/annotation/AuthInvoker.java index eee60e404..3f3753fb8 100644 --- a/src/java/com/threerings/presents/annotation/AuthInvoker.java +++ b/src/java/com/threerings/presents/annotation/AuthInvoker.java @@ -28,8 +28,6 @@ import java.lang.annotation.Target; import com.google.inject.BindingAnnotation; -import com.samskivert.util.Invoker; - /** * 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 diff --git a/src/java/com/threerings/presents/dobj/AttributeChangedEvent.java b/src/java/com/threerings/presents/dobj/AttributeChangedEvent.java index c9c5e7a2d..2475c1f68 100644 --- a/src/java/com/threerings/presents/dobj/AttributeChangedEvent.java +++ b/src/java/com/threerings/presents/dobj/AttributeChangedEvent.java @@ -23,8 +23,6 @@ package com.threerings.presents.dobj; import java.lang.reflect.Array; -import java.util.HashMap; - import com.samskivert.util.StringUtil; import com.threerings.presents.net.Transport; diff --git a/src/java/com/threerings/presents/dobj/DObject.java b/src/java/com/threerings/presents/dobj/DObject.java index cd887fb9c..a13b8922e 100644 --- a/src/java/com/threerings/presents/dobj/DObject.java +++ b/src/java/com/threerings/presents/dobj/DObject.java @@ -21,20 +21,16 @@ package com.threerings.presents.dobj; -import java.lang.reflect.Array; import java.lang.reflect.Field; import java.util.Arrays; import java.util.Comparator; import java.util.HashMap; -import org.apache.commons.lang.StringUtils; - import com.samskivert.util.ListUtil; import com.samskivert.util.StringUtil; import com.threerings.io.Streamable; -import com.threerings.util.TrackedObject; import com.threerings.presents.net.Transport; diff --git a/src/java/com/threerings/presents/dobj/EntryAddedEvent.java b/src/java/com/threerings/presents/dobj/EntryAddedEvent.java index c6e08d17b..f7dd2e846 100644 --- a/src/java/com/threerings/presents/dobj/EntryAddedEvent.java +++ b/src/java/com/threerings/presents/dobj/EntryAddedEvent.java @@ -23,8 +23,6 @@ package com.threerings.presents.dobj; 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 * distributed entry. It can also be constructed to request the addition of an entry to a set and diff --git a/src/java/com/threerings/presents/dobj/ServerMessageEvent.java b/src/java/com/threerings/presents/dobj/ServerMessageEvent.java index ee18cd5e2..e45187245 100644 --- a/src/java/com/threerings/presents/dobj/ServerMessageEvent.java +++ b/src/java/com/threerings/presents/dobj/ServerMessageEvent.java @@ -21,8 +21,6 @@ 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 * the server. diff --git a/src/java/com/threerings/presents/net/AuthRequest.java b/src/java/com/threerings/presents/net/AuthRequest.java index 0c8cf4815..f174668cd 100644 --- a/src/java/com/threerings/presents/net/AuthRequest.java +++ b/src/java/com/threerings/presents/net/AuthRequest.java @@ -21,7 +21,6 @@ package com.threerings.presents.net; -import java.io.EOFException; import java.io.IOException; import java.util.TimeZone;