Browse Source

JAVA: Removing user-names from TODO.

pull/567/head
Lara Scheidegger 14 years ago
committed by Mihaela Rosca
parent
commit
6aa6129a9b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      java/libphonenumber/src/com/google/i18n/phonenumbers/PhoneNumberMatcher.java

+ 2
- 2
java/libphonenumber/src/com/google/i18n/phonenumbers/PhoneNumberMatcher.java View File

@ -545,8 +545,8 @@ final class PhoneNumberMatcher implements Iterator<PhoneNumberMatch> {
static boolean checkNumberGroupingIsValid( static boolean checkNumberGroupingIsValid(
PhoneNumber number, String candidate, PhoneNumberUtil util, NumberGroupingChecker checker) { PhoneNumber number, String candidate, PhoneNumberUtil util, NumberGroupingChecker checker) {
// TODO(lararennie,shaopengjia): Evaluate how this works for other locales (testing has been
// limited to NANPA regions) and optimise if necessary.
// TODO: Evaluate how this works for other locales (testing has been limited to NANPA regions)
// and optimise if necessary.
StringBuilder normalizedCandidate = StringBuilder normalizedCandidate =
PhoneNumberUtil.normalizeDigits(candidate, true /* keep non-digits */); PhoneNumberUtil.normalizeDigits(candidate, true /* keep non-digits */);
String[] formattedNumberGroups = getNationalNumberGroups(util, number, null); String[] formattedNumberGroups = getNationalNumberGroups(util, number, null);


Loading…
Cancel
Save