From 1e2295dd09d67a4556aad1f44714de818a95ccdb Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 12 Feb 2007 19:29:50 +0000 Subject: [PATCH] Use cleaner TypedArray factory method. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4566 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/presents/net/AuthRequest.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/presents/net/AuthRequest.as b/src/as/com/threerings/presents/net/AuthRequest.as index 7a744fb8c..f51759a0a 100644 --- a/src/as/com/threerings/presents/net/AuthRequest.as +++ b/src/as/com/threerings/presents/net/AuthRequest.as @@ -15,7 +15,7 @@ public class AuthRequest extends UpstreamMessage { _creds = creds; _version = version; - _bootGroups = new TypedArray("[Ljava.lang.String;"); + _bootGroups = TypedArray.create(String); _bootGroups.addAll(bootGroups); // magic up a timezone in the format "GMT+XX:XX"