Insert alternate forms of phone numbers -> PNI atomically

This commit is contained in:
Ameya Lokare
2024-11-25 14:49:20 -08:00
committed by Jon Chambers
parent 6f0370a073
commit d865cec2a4
3 changed files with 312 additions and 31 deletions

View File

@@ -114,7 +114,8 @@ public class Util {
*
* @param number the e164-formatted phone number for which to find equivalent forms
*
* @return a list of phone numbers equivalent to the given phone number, including the given number
* @return a list of phone numbers equivalent to the given phone number, including the given number. The given number
* will always be the first element of the list.
*/
public static List<String> getAlternateForms(final String number) {
try {