Documentation edit.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@336 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-09-13 19:08:30 +00:00
parent 4553c01d6d
commit 2fc86f89b3
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
//
// $Id: LayoutManager.java,v 1.1 2001/08/20 22:56:55 shaper Exp $
// $Id: LayoutManager.java,v 1.2 2001/09/13 19:08:30 mdb Exp $
package com.threerings.nodemap;
@@ -14,7 +14,7 @@ public interface LayoutManager
/**
* Lay out the nodes in the list in the fashion dictated by this
* particular layout manager. The node positions are updated via
* {@link Node#setPosition} such that subsequent rendering of the
* {@link Node#setLocation} such that subsequent rendering of the
* nodes will place them in appropriate positions.
*
* @param root the root node for the graph.
@@ -1,5 +1,5 @@
//
// $Id: ClientAdapter.java,v 1.1 2001/08/22 00:08:12 mdb Exp $
// $Id: ClientAdapter.java,v 1.2 2001/09/13 19:08:21 mdb Exp $
package com.threerings.cocktail.cher.client;
@@ -10,7 +10,7 @@ package com.threerings.cocktail.cher.client;
* it and overrides just the callbacks they care about.
*
* <p> Note that the client adapter defaults to always ratifying a call to
* {@link * #clientWillLogoff} by returning true.
* {@link #clientWillLogoff} by returning true.
*/
public class ClientAdapter implements ClientObserver
{