diff --git a/src/java/com/threerings/nodemap/LayoutManager.java b/src/java/com/threerings/nodemap/LayoutManager.java index d646155c1..94d079c74 100644 --- a/src/java/com/threerings/nodemap/LayoutManager.java +++ b/src/java/com/threerings/nodemap/LayoutManager.java @@ -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. diff --git a/src/java/com/threerings/presents/client/ClientAdapter.java b/src/java/com/threerings/presents/client/ClientAdapter.java index bb1aeab1f..c4de3fdad 100644 --- a/src/java/com/threerings/presents/client/ClientAdapter.java +++ b/src/java/com/threerings/presents/client/ClientAdapter.java @@ -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. * *
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 {