Add JS deprecation error suppression

Our build got broken by the deprecation of goog.structs.Map in [] This is a quick fix.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=157236744
This commit is contained in:
mountford 2017-05-26 10:41:56 -07:00 committed by Ben McIlwain
parent d4f222cecd
commit e46937beac

View file

@ -30,6 +30,7 @@ goog.forwardDeclare('goog.Uri');
* @param {!registry.Session.ContentType} contentType Payload mode.
* @constructor
* @template REQUEST, RESPONSE
* @suppress {deprecated}
*/
registry.Session = function(defaultUri, xsrfToken, contentType) {