Remove all inheritDoc tags from disposeInternal functions

This commit is contained in:
Frederic Junod
2020-04-03 08:10:17 +02:00
parent a695ce8616
commit d15ec1c12c
11 changed files with 10 additions and 13 deletions

View File

@@ -35,9 +35,6 @@ class MockTile extends TileSource {
}
/**
* @inheritDoc
*/
MockTile.prototype.getTile = function(z, x, y) {
const key = getKeyZXY(z, x, y);
if (this.tileCache.containsKey(key)) {