git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@268 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-16 04:22:50 +00:00
parent 498f2d7626
commit eac3e9aa94
@@ -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; package com.threerings.cocktail.cher.dobj;
@@ -43,8 +43,8 @@ public class DSet
{ {
/** /**
* Each element provide an associated key which is used to * Each element provide an associated key which is used to
* determine its uniqueness in the set. See the <code>DSet</code> * determine its uniqueness in the set. See the {@link DSet} class
* class documentation for further information. * documentation for further information.
*/ */
public Object getKey (); public Object getKey ();
} }