Use cleaner TypedArray factory method.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4566 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-02-12 19:29:50 +00:00
parent f461149176
commit 1e2295dd09
@@ -15,7 +15,7 @@ public class AuthRequest extends UpstreamMessage
{ {
_creds = creds; _creds = creds;
_version = version; _version = version;
_bootGroups = new TypedArray("[Ljava.lang.String;"); _bootGroups = TypedArray.create(String);
_bootGroups.addAll(bootGroups); _bootGroups.addAll(bootGroups);
// magic up a timezone in the format "GMT+XX:XX" // magic up a timezone in the format "GMT+XX:XX"