mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
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:
parent
d4f222cecd
commit
e46937beac
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue