From abdae6248162a8aeb4e60bed8c8735a569cf889f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 15 Dec 2014 07:50:48 -0800 Subject: [PATCH] Move description above annotation to avoid JSDoc warnings --- externs/geojson.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/geojson.js b/externs/geojson.js index 984d0728e4..4d6584539a 100644 --- a/externs/geojson.js +++ b/externs/geojson.js @@ -34,9 +34,9 @@ var GeoJSONCRS = function() {}; /** - * @type {!GeoJSONCRSCode|!GeoJSONCRSName|!GeoJSONLink} * TODO: remove GeoJSONCRSCode when http://jira.codehaus.org/browse/GEOS-5996 * is fixed and widely deployed. + * @type {!GeoJSONCRSCode|!GeoJSONCRSName|!GeoJSONLink} */ GeoJSONCRS.prototype.properties; @@ -60,9 +60,9 @@ var GeoJSONCRSName = function() {}; /** - * @type {string} * TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed * and widely deployed. + * @type {string} */ GeoJSONCRSName.prototype.code;