recordToChatHistory(UserMessage, Name...) went away.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5996 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2009-11-10 18:49:13 +00:00
parent 51dc6e65d7
commit b65bfae2e3
@@ -65,7 +65,6 @@ public class SpeakUtil
/**
* Recorded parcel of chat for historical purposes, maintained by
* {@link #recordToChatHistory(UserMessage, Name...)},
* {@link #recordToChatHistory(ChatChannel, UserMessage, Name...)},
* {@link #getChatHistory(Name)}, and {@link #clearHistory(Name)}.
*/
@@ -73,7 +72,7 @@ public class SpeakUtil
implements Streamable
{
/** The channel on which the message was sent, of null if the channel manager was not
* used. */
* used. */
public ChatChannel channel;
/** The message sent. */