1717// limitations under the License.
1818
1919/**
20- * @fileoverview Contains the methods exposed by the library, and performs
20+ * @file Contains the methods exposed by the library, and performs
2121 * any required setup.
2222 */
2323
@@ -96,7 +96,7 @@ if (typeof module === 'object') {
9696// limitations under the License.
9797
9898/**
99- * @fileoverview Contains the Service_ class.
99+ * @file Contains the Service_ class.
100100 */
101101
102102// Disable JSHint warnings for the use of eval(), since it's required to prevent
@@ -736,7 +736,7 @@ Service_.prototype.createJwt_ = function() {
736736// limitations under the License.
737737
738738/**
739- * @fileoverview Contains classes used to persist data and access it.
739+ * @file Contains classes used to persist data and access it.
740740 */
741741
742742/**
@@ -857,7 +857,7 @@ Storage.prototype.getPrefixedKey_ = function(key) {
857857// limitations under the License.
858858
859859/**
860- * @fileoverview Contains utility methods used by the library.
860+ * @file Contains utility methods used by the library.
861861 */
862862
863863/* exported buildUrl_ */
@@ -936,4 +936,4 @@ function copy(src, target, obj) {
936936 }
937937}
938938 ) . call ( null , module . exports , expose , host ) ;
939- } ) . call ( this , this , "OAuth2" ) ;
939+ } ) . call ( this , this , "OAuth2" ) ;
0 commit comments