mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00: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:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user