Fixed javadoc typo.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1349 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: MessageBundle.java,v 1.10 2002/05/01 03:39:13 ray Exp $
|
// $Id: MessageBundle.java,v 1.11 2002/05/08 21:15:26 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.util;
|
package com.threerings.util;
|
||||||
|
|
||||||
@@ -258,8 +258,8 @@ public class MessageBundle
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A convenience method for calling {@link #compose(String,String[])}
|
* A convenience method for calling {@link #compose(String,String[])}
|
||||||
* with a single argument that will be automatically (see {@link
|
* with a single argument that will be automatically tainted (see
|
||||||
* #taint}).
|
* {@link #taint}).
|
||||||
*/
|
*/
|
||||||
public static String tcompose (String key, String arg)
|
public static String tcompose (String key, String arg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user