diff --git a/src/java/com/threerings/presents/dobj/DSet.java b/src/java/com/threerings/presents/dobj/DSet.java index ef9c475b1..4f8bd756f 100644 --- a/src/java/com/threerings/presents/dobj/DSet.java +++ b/src/java/com/threerings/presents/dobj/DSet.java @@ -1,5 +1,5 @@ // -// $Id: DSet.java,v 1.2 2001/08/16 03:45:43 mdb Exp $ +// $Id: DSet.java,v 1.3 2001/08/16 04:22:50 mdb Exp $ package com.threerings.cocktail.cher.dobj; @@ -43,8 +43,8 @@ public class DSet { /** * Each element provide an associated key which is used to - * determine its uniqueness in the set. See the DSet - * class documentation for further information. + * determine its uniqueness in the set. See the {@link DSet} class + * documentation for further information. */ public Object getKey (); }