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 1445998 commit 3358019Copy full SHA for 3358019
grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util/Constants.java
@@ -24,7 +24,7 @@ public final class Constants {
24
/**
25
* A constant that defines the current version of the library.
26
*/
27
- public static final String VERSION = "v"+Constants.class.getPackage().getImplementationVersion();
+ public static final String VERSION = "v" + Constants.class.getPackage().getImplementationVersion();
28
29
30
0 commit comments