Documentation repairs.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1842 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 18:49:51 +00:00
parent 4b97ff9916
commit 14a313486b
7 changed files with 21 additions and 19 deletions
@@ -1,5 +1,5 @@
//
// $Id: PlacePanel.java,v 1.1 2002/07/09 21:05:33 mdb Exp $
// $Id: PlacePanel.java,v 1.2 2002/10/27 18:49:51 mdb Exp $
package com.threerings.crowd.client;
@@ -11,8 +11,8 @@ import com.samskivert.swing.ControllerProvider;
import com.threerings.crowd.data.PlaceObject;
/**
* A useful base class for client interfaces which wish to make use of
* {@link a} JPanel as their top-level {@link PlaceView}.
* A useful base class for client interfaces which wish to make use of a
* {@link JPanel} as their top-level {@link PlaceView}.
*/
public class PlacePanel extends JPanel
implements ControllerProvider, PlaceView