From 9126ee58c6ee80cacfe7d992e072984333d15c73 Mon Sep 17 00:00:00 2001 From: Shaopeng Jia Date: Fri, 10 Jun 2011 14:58:32 +0000 Subject: [PATCH] JAVA: small fix of compile error. --- .../google/i18n/phonenumbers/PhoneNumberOfflineGeocoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/com/google/i18n/phonenumbers/PhoneNumberOfflineGeocoder.java b/java/src/com/google/i18n/phonenumbers/PhoneNumberOfflineGeocoder.java index b58619153..9e4d2e144 100644 --- a/java/src/com/google/i18n/phonenumbers/PhoneNumberOfflineGeocoder.java +++ b/java/src/com/google/i18n/phonenumbers/PhoneNumberOfflineGeocoder.java @@ -123,7 +123,7 @@ public class PhoneNumberOfflineGeocoder { * @param countryCallingCode specifies the country calling code of phone numbers that are * 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(), "", locale.getCountry()); }