From c6bc6e8b81784fd9e08f1ac5504daa910fdafb8c Mon Sep 17 00:00:00 2001 From: Greg Grothaus Date: Fri, 1 Jul 2016 16:42:37 -0700 Subject: [PATCH] JsDoc fix (#3892) --- validator/validator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validator/validator.js b/validator/validator.js index ca3cee5be900..f28b23e404f6 100644 --- a/validator/validator.js +++ b/validator/validator.js @@ -935,7 +935,7 @@ class ParsedUrlSpec { this.spec_ = spec; /** - * @type {!Object} + * @type {!Object} * @private */ this.allowedProtocols_ = {}; @@ -946,7 +946,7 @@ class ParsedUrlSpec { } /** - * @type {!Object} + * @type {!Object} * @private */ this.disallowedDomains_ = {};