From d3e5912ef5e33821324ad0e7c6e4a445ed703dba Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 28 Feb 2002 23:16:42 +0000 Subject: [PATCH] Javadoc edits. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1080 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/crowd/chat/data/ChatCodes.java | 4 ++-- src/java/com/threerings/util/MessageBundle.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/java/com/threerings/crowd/chat/data/ChatCodes.java b/src/java/com/threerings/crowd/chat/data/ChatCodes.java index 125bdcaaa..73aa6105d 100644 --- a/src/java/com/threerings/crowd/chat/data/ChatCodes.java +++ b/src/java/com/threerings/crowd/chat/data/ChatCodes.java @@ -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; @@ -34,7 +34,7 @@ public interface ChatCodes extends InvocationCodes /** The response identifier for a successful tell request. This is * mapped by the invocation services to a call to {@link - * ChatDirector#handleTellSucceded}. */ + * ChatDirector#handleTellSucceeded}. */ public static final String TELL_SUCCEEDED_RESPONSE = "TellSucceeded"; /** The response identifier for a failed tell request. This is mapped diff --git a/src/java/com/threerings/util/MessageBundle.java b/src/java/com/threerings/util/MessageBundle.java index 74acae36b..8f9063a5c 100644 --- a/src/java/com/threerings/util/MessageBundle.java +++ b/src/java/com/threerings/util/MessageBundle.java @@ -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; @@ -158,7 +158,7 @@ public class MessageBundle * Call this to "taint" any string that has been entered by an entity * outside the application so that the translation code knows not to * attempt to translate this string when doing recursive translations - * ({@see #xlate}). + * (see {@link #xlate}). */ public static String taint (String text) {