Skip to content

Commit 6dbe3f0

Browse files
committed
【docs】fix sonar
1 parent f2414f9 commit 6dbe3f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/common/mapping/WebMap.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,6 @@
359359
});
360360
}
361361

362-
/**
363-
* @private
364-
* @constructor
365-
*/
366362
_createWebMapFactory() {
367363
throw new Error('_createWebMapFactory is not implemented');
368364
}
@@ -405,6 +401,10 @@
405401
addlayerchanged: this._addLayerChangedHandler
406402
};
407403
const mapOptions = cloneDeep(this.mapOptions);
404+
/**
405+
* @constructor
406+
* @private
407+
*/
408408
const WebMapFactory = this._createWebMapFactory(type);
409409
this._handler = new WebMapFactory(this.mapId, commonOptions, mapOptions);
410410
// this._handler.setEventedParent(this);

0 commit comments

Comments
 (0)