Browse Source

JAVA: small fix of compile error.

pull/567/head
Shaopeng Jia 15 years ago
committed by Mihaela Rosca
parent
commit
9126ee58c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      java/src/com/google/i18n/phonenumbers/PhoneNumberOfflineGeocoder.java

+ 1
- 1
java/src/com/google/i18n/phonenumbers/PhoneNumberOfflineGeocoder.java View File

@ -123,7 +123,7 @@ public class PhoneNumberOfflineGeocoder {
* @param countryCallingCode specifies the country calling code of phone numbers that are * @param countryCallingCode specifies the country calling code of phone numbers that are
* contained by the file to be loaded * contained by the file to be loaded
*/ */
public loadDataFile(Locale locale, int countryCallingCode) {
public void loadDataFile(Locale locale, int countryCallingCode) {
instance.getPhonePrefixDescriptions(countryCallingCode, locale.getLanguage(), "", instance.getPhonePrefixDescriptions(countryCallingCode, locale.getLanguage(), "",
locale.getCountry()); locale.getCountry());
} }


Loading…
Cancel
Save