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:
Guillaume Beraudo
2017-01-31 09:31:34 +01:00
parent 1c353061fe
commit c16cc286cd
4 changed files with 9 additions and 9 deletions

View File

@@ -653,7 +653,7 @@ ol.source.Vector.prototype.getOverlaps = function() {
/**
* @inheritDoc
* @override
*/
ol.source.Vector.prototype.getResolutions = function() {};