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: 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)
{