Remove all inheritDoc tags from src/ol/source

This commit is contained in:
Frederic Junod
2020-03-26 11:37:22 +01:00
parent da8ef43db7
commit 615ae71a8f
19 changed files with 112 additions and 54 deletions

View File

@@ -68,9 +68,6 @@ class LabeledTile extends Tile {
}
}
/**
* @override
*/
load() {}
}
@@ -118,8 +115,11 @@ class TileDebug extends XYZ {
}
/**
* @inheritDoc
*/
* @param {number} z Tile coordinate z.
* @param {number} x Tile coordinate x.
* @param {number} y Tile coordinate y.
* @return {!LabeledTile} Tile.
*/
getTile(z, x, y) {
const tileCoordKey = getKeyZXY(z, x, y);
if (this.tileCache.containsKey(tileCoordKey)) {