diff --git a/src/as/com/threerings/mx/controls/ChatDisplayBox.as b/src/as/com/threerings/mx/controls/ChatDisplayBox.as index 1a0eb51dd..b11432b7e 100644 --- a/src/as/com/threerings/mx/controls/ChatDisplayBox.as +++ b/src/as/com/threerings/mx/controls/ChatDisplayBox.as @@ -13,9 +13,7 @@ import com.threerings.crowd.chat.data.UserMessage; import com.threerings.crowd.util.CrowdContext; /** - * IMPORTANT NOTE: this class was written for testing things and does not - * necessarily represent a valid starting point for writing the chat - * widget we'll eventually need. + * A very simple chat display. */ public class ChatDisplayBox extends TextArea implements ChatDisplay diff --git a/src/as/com/threerings/mx/managers/CursorManager.as b/src/as/com/threerings/mx/managers/CursorManager.as index e1b034989..950c6c4e9 100644 --- a/src/as/com/threerings/mx/managers/CursorManager.as +++ b/src/as/com/threerings/mx/managers/CursorManager.as @@ -16,6 +16,7 @@ import mx.styles.StyleManager; import com.threerings.util.HashMap; /** + * A better CursorManager. */ public class CursorManager {