Import cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2968 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-02-25 14:39:34 +00:00
parent 5e00fadbfc
commit 61d46f2768
22 changed files with 24 additions and 89 deletions
@@ -1,13 +1,11 @@
//
// $Id: AdminService.java,v 1.2 2002/08/14 19:07:48 mdb Exp $
// $Id: AdminService.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
package com.threerings.admin.client;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.admin.Log;
/**
* Defines the client side of the admin invocation services.
*/
@@ -1,18 +1,13 @@
//
// $Id: ConfigEditorPanel.java,v 1.6 2002/09/25 03:01:14 mdb Exp $
// $Id: ConfigEditorPanel.java,v 1.7 2004/02/25 14:39:14 mdb Exp $
package com.threerings.admin.client;
import java.awt.Font;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTabbedPane;
import javax.swing.event.AncestorEvent;
import com.samskivert.swing.VGroupLayout;
import com.samskivert.swing.event.AncestorAdapter;
import com.samskivert.util.StringUtil;
import com.threerings.media.SafeScrollPane;
import com.threerings.presents.util.PresentsContext;
@@ -1,5 +1,5 @@
//
// $Id: FieldEditor.java,v 1.8 2003/10/27 05:34:19 mdb Exp $
// $Id: FieldEditor.java,v 1.9 2004/02/25 14:39:14 mdb Exp $
package com.threerings.admin.client;
@@ -14,10 +14,8 @@ import javax.swing.BorderFactory;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.event.AncestorEvent;
import com.samskivert.swing.HGroupLayout;
import com.samskivert.swing.event.AncestorAdapter;
import com.samskivert.util.StringUtil;
import com.threerings.presents.dobj.AttributeChangeListener;
@@ -1,10 +1,9 @@
//
// $Id: AdminMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
// $Id: AdminMarshaller.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
package com.threerings.admin.data;
import com.threerings.admin.client.AdminService;
import com.threerings.admin.client.AdminService.ConfigInfoListener;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -17,7 +16,7 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
* to the requesting client.
*
* <p> Generated from <code>
* $Id: AdminMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* $Id: AdminMarshaller.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
* </code>
*/
public class AdminMarshaller extends InvocationMarshaller
@@ -1,12 +1,10 @@
//
// $Id: AdminDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
// $Id: AdminDispatcher.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
package com.threerings.admin.server;
import com.threerings.admin.client.AdminService;
import com.threerings.admin.client.AdminService.ConfigInfoListener;
import com.threerings.admin.data.AdminMarshaller;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.server.InvocationDispatcher;
@@ -16,7 +14,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link AdminProvider}.
*
* <p> Generated from <code>
* $Id: AdminDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* $Id: AdminDispatcher.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
* </code>
*/
public class AdminDispatcher extends InvocationDispatcher
@@ -1,5 +1,5 @@
//
// $Id: AdminProvider.java,v 1.2 2002/08/14 19:07:48 mdb Exp $
// $Id: AdminProvider.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
package com.threerings.admin.server;
@@ -7,7 +7,6 @@ import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationManager;
import com.threerings.presents.server.InvocationProvider;
import com.threerings.admin.Log;
import com.threerings.admin.client.AdminService;
/**
@@ -1,5 +1,5 @@
//
// $Id: ConfObjRegistry.java,v 1.6 2003/09/18 21:35:02 mdb Exp $
// $Id: ConfObjRegistry.java,v 1.7 2004/02/25 14:39:14 mdb Exp $
package com.threerings.admin.server;
@@ -10,9 +10,7 @@ import java.util.HashMap;
import java.util.Iterator;
import com.samskivert.util.Config;
import com.samskivert.util.StringUtil;
import com.threerings.presents.dobj.AccessController;
import com.threerings.presents.dobj.AttributeChangeListener;
import com.threerings.presents.dobj.AttributeChangedEvent;
import com.threerings.presents.dobj.DObject;