Skip to content

Commit 99f046c

Browse files
committed
Fix VERSION constant
1 parent e907c50 commit 99f046c

File tree

1 file changed

+1
-1
lines changed
  • google-api-client/src/main/java/com/google/api/client/googleapis

1 file changed

+1
-1
lines changed

google-api-client/src/main/java/com/google/api/client/googleapis/GoogleUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public final class GoogleUtils {
4949
*
5050
* @since 1.14
5151
*/
52-
public static final Integer BUGFIX_VERSION = 1
52+
public static final Integer BUGFIX_VERSION = 1;
5353

5454
/** Current release version. */
5555
// NOTE: toString() so compiler thinks it isn't a constant, so it won't inline it

0 commit comments

Comments
 (0)