Prefer @override in the case there is no other annotations
See https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler#override
This commit is contained in:
@@ -480,7 +480,7 @@ ol.source.TileUTFGrid.Tile_.prototype.onXHRError_ = function(event) {
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @override
|
||||
*/
|
||||
ol.source.TileUTFGrid.Tile_.prototype.load = function() {
|
||||
if (this.preemptive_) {
|
||||
|
||||
@@ -653,7 +653,7 @@ ol.source.Vector.prototype.getOverlaps = function() {
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @override
|
||||
*/
|
||||
ol.source.Vector.prototype.getResolutions = function() {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user