Import cleanup

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6347 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-12-09 00:24:49 +00:00
parent 35ca102d64
commit e91e11a765
@@ -39,8 +39,8 @@ import com.threerings.presents.server.InvocationException;
import com.threerings.presents.server.InvocationManager; import com.threerings.presents.server.InvocationManager;
import com.threerings.presents.server.InvocationProvider; import com.threerings.presents.server.InvocationProvider;
import com.threerings.crowd.chat.client.ChatService.TellListener;
import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService;
import com.threerings.crowd.chat.client.ChatService.TellListener;
import com.threerings.crowd.chat.data.ChatCodes; import com.threerings.crowd.chat.data.ChatCodes;
import com.threerings.crowd.chat.data.SystemMessage; import com.threerings.crowd.chat.data.SystemMessage;
import com.threerings.crowd.chat.data.UserMessage; import com.threerings.crowd.chat.data.UserMessage;
@@ -52,8 +52,6 @@ import com.threerings.crowd.server.BodyLocal;
import com.threerings.crowd.server.BodyLocator; import com.threerings.crowd.server.BodyLocator;
import com.threerings.crowd.server.PlaceRegistry; import com.threerings.crowd.server.PlaceRegistry;
import static com.threerings.crowd.Log.log;
/** /**
* The chat provider handles the server side of the chat-related invocation services. * The chat provider handles the server side of the chat-related invocation services.
*/ */