|
|
|
@ -885,10 +885,19 @@ public class CountryCodeToRegionCodeMap { |
|
|
|
listWithRegionCode.add("AE"); |
|
|
|
countryCodeToRegionCodeMap.put(971, listWithRegionCode); |
|
|
|
|
|
|
|
listWithRegionCode = new ArrayList<String>(1); |
|
|
|
listWithRegionCode = new ArrayList<String>(2); |
|
|
|
listWithRegionCode.add("IL"); |
|
|
|
listWithRegionCode.add("PS"); |
|
|
|
countryCodeToRegionCodeMap.put(972, listWithRegionCode); |
|
|
|
|
|
|
|
listWithRegionCode = new ArrayList<String>(1); |
|
|
|
listWithRegionCode.add("PS"); |
|
|
|
countryCodeToRegionCodeMap.put(97256, listWithRegionCode); |
|
|
|
|
|
|
|
listWithRegionCode = new ArrayList<String>(1); |
|
|
|
listWithRegionCode.add("PS"); |
|
|
|
countryCodeToRegionCodeMap.put(97258, listWithRegionCode); |
|
|
|
|
|
|
|
listWithRegionCode = new ArrayList<String>(1); |
|
|
|
listWithRegionCode.add("BH"); |
|
|
|
countryCodeToRegionCodeMap.put(973, listWithRegionCode); |
|
|
|
|