Skip to content

Commit 207d649

Browse files
author
yangsen
committed
FixedZone: zoneNorthEast1 -> zoneApNorthEast1
1 parent 16ea2b4 commit 207d649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/main/java/com/qiniu/android/common/FixedZone.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class FixedZone extends Zone {
4343
/**
4444
* 首尔机房
4545
*/
46-
public static final Zone zoneNorthEast1 = new FixedZone(new String[]{"upload-ap-northeast-1.qiniup.com", "up-ap-northeast-1.qiniup.com"},
46+
public static final Zone zoneApNorthEast1 = new FixedZone(new String[]{"upload-ap-northeast-1.qiniup.com", "up-ap-northeast-1.qiniup.com"},
4747
null,
4848
"ap-northeast-1");
4949

@@ -70,7 +70,7 @@ public static FixedZone localsZoneInfo() {
7070
localsZone.add((FixedZone)zone1);
7171
localsZone.add((FixedZone)zone2);
7272
localsZone.add((FixedZone)zoneNa0);
73-
localsZone.add((FixedZone)zoneNorthEast1);
73+
localsZone.add((FixedZone)zoneApNorthEast1);
7474
localsZone.add((FixedZone)zoneAs0);
7575

7676
ArrayList<ZoneInfo> zoneInfoArray = new ArrayList<>();

0 commit comments

Comments
 (0)