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 3358019 commit 2516559Copy full SHA for 2516559
grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util/Constants.java
@@ -17,7 +17,7 @@
17
package net.devh.boot.grpc.common.util;
18
19
/**
20
- * Class that contains shared constants
+ * Class that contains shared constants.
21
*/
22
public final class Constants {
23
@@ -26,13 +26,11 @@ public final class Constants {
26
27
public static final String VERSION = "v" + Constants.class.getPackage().getImplementationVersion();
28
29
-
30
31
- * A constant that defines the library name that can be used as metric tags
+ * A constant that defines the library name that can be used as metric tags.
32
33
public static final String LIBRARY_NAME = "grpc-spring";
34
35
36
private Constants() {}
37
38
}
0 commit comments