From 2179599bd6ec54d0026e37f7ece2e459bb56f105 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 16 Aug 2001 03:33:11 +0000 Subject: [PATCH] Edits. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@265 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/presents/dobj/EntryAddedEvent.java | 6 +++--- .../com/threerings/presents/dobj/EntryRemovedEvent.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 */