Fixed javadoc @see syntax.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@143 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-02 04:49:08 +00:00
parent d6e9207a26
commit 9d93650b65
8 changed files with 21 additions and 21 deletions
@@ -1,5 +1,5 @@
//
// $Id: AttributeChangedEvent.java,v 1.6 2001/06/13 05:15:49 mdb Exp $
// $Id: AttributeChangedEvent.java,v 1.7 2001/08/02 04:49:08 mdb Exp $
package com.threerings.cocktail.cher.dobj;
@@ -15,7 +15,7 @@ import com.threerings.cocktail.cher.dobj.io.ValueMarshaller;
* distributed object has changed. It can also be constructed to request
* an attribute change on an object and posted to the dobjmgr.
*
* @see DObjectManager.postEvent
* @see DObjectManager#postEvent
*/
public class AttributeChangedEvent extends TypedEvent
{