From f8b9896dd39bcfed1da8899d7a32f3d9fb2785d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 27 Aug 2014 12:37:31 +0200 Subject: [PATCH] Add @api stable annotations to Feature format --- src/ol/format/featureformat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/format/featureformat.js b/src/ol/format/featureformat.js index b5b5f20144..0f8bf20d1a 100644 --- a/src/ol/format/featureformat.js +++ b/src/ol/format/featureformat.js @@ -16,6 +16,7 @@ goog.require('ol.proj'); * file formats. See the documentation for each format for more details. * * @constructor + * @api stable */ ol.format.Feature = function() {