File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ public final class FixedZone extends Zone {
6363 };
6464 public static final Zone zoneAs0 = new FixedZone (arrayZoneAs0 );
6565
66- private ZoneInfo zoneInfo ;
67-
66+ private static ZoneInfo zoneInfo ;
67+ private static List < ZoneInfo > listZoneInfo = new ArrayList < ZoneInfo >();
6868 public static List <ZoneInfo > getZoneInfos () {
69- List <ZoneInfo > listZoneInfo = new ArrayList <ZoneInfo >();
7069 listZoneInfo .add (createZoneInfo (arrayzone0 ));
7170 listZoneInfo .add (createZoneInfo (arrayzone1 ));
7271 listZoneInfo .add (createZoneInfo (arrayzone2 ));
7372 listZoneInfo .add (createZoneInfo (arrayzoneNa0 ));
7473 listZoneInfo .add (createZoneInfo (arrayZoneAs0 ));
74+ listZoneInfo .add (zoneInfo );
7575 return listZoneInfo ;
7676 }
7777
You can’t perform that action at this time.
0 commit comments