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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user