diff --git a/javascript/i18n/phonenumbers/phonenumberutil.js b/javascript/i18n/phonenumbers/phonenumberutil.js index c716ed619..91cc76739 100644 --- a/javascript/i18n/phonenumbers/phonenumberutil.js +++ b/javascript/i18n/phonenumbers/phonenumberutil.js @@ -2659,6 +2659,7 @@ i18n.phonenumbers.PhoneNumberDesc.prototype.exactlySameAs = function(other) { /** * @param {i18n.phonenumbers.PhoneNumber} other * @return {i18n.phonenumbers.PhoneNumber} + * @suppress {accessControls} */ i18n.phonenumbers.PhoneNumber.prototype.mergeFrom = function(other) { if (other) { @@ -2670,6 +2671,7 @@ i18n.phonenumbers.PhoneNumber.prototype.mergeFrom = function(other) { /** * @param {i18n.phonenumbers.NumberFormat} other * @return {i18n.phonenumbers.NumberFormat} + * @suppress {accessControls} */ i18n.phonenumbers.NumberFormat.prototype.mergeFrom = function(other) { if (other) {