diff --git a/src/java/com/threerings/presents/dobj/EntryAddedEvent.java b/src/java/com/threerings/presents/dobj/EntryAddedEvent.java index 2e9b43572..87eba5167 100644 --- a/src/java/com/threerings/presents/dobj/EntryAddedEvent.java +++ b/src/java/com/threerings/presents/dobj/EntryAddedEvent.java @@ -1,5 +1,5 @@ // -// $Id: EntryAddedEvent.java,v 1.1 2001/08/16 03:31:09 mdb Exp $ +// $Id: EntryAddedEvent.java,v 1.2 2001/08/16 03:33:11 mdb Exp $ package com.threerings.cocktail.cher.dobj; @@ -10,8 +10,8 @@ import com.threerings.cocktail.cher.Log; /** * An element added event is dispatched when an element is added to a * DSet attribute of a distributed element. It can also be - * constructed to request the addition of an element to a - * DSet attribute of an element and posted to the dobjmgr. + * constructed to request the addition of an element to a set and posted + * to the dobjmgr. * * @see DObjectManager#postEvent */ diff --git a/src/java/com/threerings/presents/dobj/EntryRemovedEvent.java b/src/java/com/threerings/presents/dobj/EntryRemovedEvent.java index 31f61d6f9..2ad556d0a 100644 --- a/src/java/com/threerings/presents/dobj/EntryRemovedEvent.java +++ b/src/java/com/threerings/presents/dobj/EntryRemovedEvent.java @@ -1,5 +1,5 @@ // -// $Id: EntryRemovedEvent.java,v 1.1 2001/08/16 03:31:09 mdb Exp $ +// $Id: EntryRemovedEvent.java,v 1.2 2001/08/16 03:33:11 mdb Exp $ package com.threerings.cocktail.cher.dobj; @@ -12,8 +12,8 @@ import com.threerings.cocktail.cher.dobj.io.ValueMarshaller; /** * An element removed event is dispatched when an element is removed from * a DSet attribute of a distributed object. It can also be - * constructed to request the removal of an element from a - * DSet attribute of an object and posted to the dobjmgr. + * constructed to request the removal of an element from a set and posted + * to the dobjmgr. * * @see DObjectManager#postEvent */