We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e907c50 commit 99f046cCopy full SHA for 99f046c
google-api-client/src/main/java/com/google/api/client/googleapis/GoogleUtils.java
@@ -49,7 +49,7 @@ public final class GoogleUtils {
49
*
50
* @since 1.14
51
*/
52
- public static final Integer BUGFIX_VERSION = 1
+ public static final Integer BUGFIX_VERSION = 1;
53
54
/** Current release version. */
55
// NOTE: toString() so compiler thinks it isn't a constant, so it won't inline it
0 commit comments