Suppressing access warnings generated by access of 'other' in the mergeFrom functions.
authorlararennie@google.com <lararennie@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 28 Jan 2011 10:34:57 +0000 (10:34 +0000)
committerlararennie@google.com <lararennie@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 28 Jan 2011 10:34:57 +0000 (10:34 +0000)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@68 ee073f10-1060-11df-b6a4-87a95322a99c

javascript/i18n/phonenumbers/phonenumberutil.js

index c716ed6..91cc767 100644 (file)
@@ -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) {