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:
@@ -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