100 column formatting.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5350 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -41,8 +41,7 @@ public class Translations
|
||||
return (asName == null) ? javaName.replace("$", "_") : asName;
|
||||
}
|
||||
|
||||
public static function addTranslation (
|
||||
asName :String, javaName :String) :void
|
||||
public static function addTranslation (asName :String, javaName :String) :void
|
||||
{
|
||||
_toServer.put(asName, javaName);
|
||||
_fromServer.put(javaName, asName);
|
||||
|
||||
Reference in New Issue
Block a user