Javadoc edits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1080 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-28 23:16:42 +00:00
parent 6c8f613050
commit d3e5912ef5
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
// //
// $Id: ChatCodes.java,v 1.5 2002/02/06 22:47:16 mdb Exp $ // $Id: ChatCodes.java,v 1.6 2002/02/28 23:16:42 mdb Exp $
package com.threerings.crowd.chat; package com.threerings.crowd.chat;
@@ -34,7 +34,7 @@ public interface ChatCodes extends InvocationCodes
/** The response identifier for a successful tell request. This is /** The response identifier for a successful tell request. This is
* mapped by the invocation services to a call to {@link * mapped by the invocation services to a call to {@link
* ChatDirector#handleTellSucceded}. */ * ChatDirector#handleTellSucceeded}. */
public static final String TELL_SUCCEEDED_RESPONSE = "TellSucceeded"; public static final String TELL_SUCCEEDED_RESPONSE = "TellSucceeded";
/** The response identifier for a failed tell request. This is mapped /** The response identifier for a failed tell request. This is mapped
@@ -1,5 +1,5 @@
// //
// $Id: MessageBundle.java,v 1.3 2002/02/28 23:13:54 mdb Exp $ // $Id: MessageBundle.java,v 1.4 2002/02/28 23:16:42 mdb Exp $
package com.threerings.util; package com.threerings.util;
@@ -158,7 +158,7 @@ public class MessageBundle
* Call this to "taint" any string that has been entered by an entity * Call this to "taint" any string that has been entered by an entity
* outside the application so that the translation code knows not to * outside the application so that the translation code knows not to
* attempt to translate this string when doing recursive translations * attempt to translate this string when doing recursive translations
* ({@see #xlate}). * (see {@link #xlate}).
*/ */
public static String taint (String text) public static String taint (String text)
{ {