Browse Source

Merge pull request #755 from googlei18n/dlyongemallo-patch-1

fix RegionCode comment in PhoneNumberMatch.java
pull/760/head
Miruna Stefania Barbu 11 years ago
parent
commit
1d245a3be9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      java/libphonenumber/src/com/google/i18n/phonenumbers/PhoneNumberMatch.java

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

@ -33,7 +33,7 @@ import java.util.Arrays;
* <pre>
* CharSequence text = "Call me at +1 425 882-8080 for details.";
* RegionCode country = RegionCode.US;
* String country = "US";
* PhoneNumberUtil util = PhoneNumberUtil.getInstance();
*
* // Find the first phone number match:


Loading…
Cancel
Save