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:
Ray Greenwell
2008-09-04 00:49:26 +00:00
parent 2be1dc747d
commit f22aab43ce
+1 -2
View File
@@ -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);