Bad monkey. Checked in something that didn't compile.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@156 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-02 23:47:21 +00:00
parent 234432858c
commit bd4ed274bc
@@ -1,5 +1,5 @@
//
// $Id: ChatDirector.java,v 1.1 2001/08/02 23:46:47 mdb Exp $
// $Id: ChatDirector.java,v 1.2 2001/08/02 23:47:21 mdb Exp $
package com.threerings.cocktail.party.chat;
@@ -65,6 +65,7 @@ public class ChatManager
*/
public int requestSpeak (String message)
{
return -1;
}
/**