Browse Source

Remove non-Ascii character from source code.

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

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

@ -161,7 +161,7 @@ public class PhoneNumberUtil {
private static final Set<Integer> LEADING_ZERO_COUNTRIES = private static final Set<Integer> LEADING_ZERO_COUNTRIES =
new ImmutableSet.Builder<Integer>() new ImmutableSet.Builder<Integer>()
.add(39) // Italy .add(39) // Italy
.add(225) // Cte d'Ivoire
.add(225) // Cote d'Ivoire
.add(227) // Niger .add(227) // Niger
.add(228) // Togo .add(228) // Togo
.add(240) // Equatorial Guinea .add(240) // Equatorial Guinea


Loading…
Cancel
Save