Skip to content

Commit 2c90b0f

Browse files
committed
Correct the comment for the getToken method
1 parent 4092dfb commit 2c90b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Service.gs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ Service_.prototype.saveToken_ = function(token) {
500500
/**
501501
* Gets the token from the service's property store or cache.
502502
* @return {Object} The token, or null if no token was found.
503-
* @private
504503
*/
505504
Service_.prototype.getToken = function() {
506505
validate_({

0 commit comments

Comments
 (0)