From fd659d63e93515ebefa487e8b7945031fba47c86 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 5 Jul 2014 16:16:34 -0400 Subject: [PATCH] Remove @todo stability annotation (this has no effect) --- src/ol/format/wktformat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/format/wktformat.js b/src/ol/format/wktformat.js index d7e018578e..d6e03937b3 100644 --- a/src/ol/format/wktformat.js +++ b/src/ol/format/wktformat.js @@ -20,7 +20,6 @@ goog.require('ol.geom.Polygon'); * @constructor * @extends {ol.format.TextFeature} * @param {olx.format.WKTOptions=} opt_options Options. - * @todo stability experimental * @api */ ol.format.WKT = function(opt_options) {