Skip to content

Commit 2516559

Browse files
incorporate review feedback
1 parent 3358019 commit 2516559

File tree

1 file changed

+2
-4
lines changed
  • grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util

1 file changed

+2
-4
lines changed

grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util/Constants.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package net.devh.boot.grpc.common.util;
1818

1919
/**
20-
* Class that contains shared constants
20+
* Class that contains shared constants.
2121
*/
2222
public final class Constants {
2323

@@ -26,13 +26,11 @@ public final class Constants {
2626
*/
2727
public static final String VERSION = "v" + Constants.class.getPackage().getImplementationVersion();
2828

29-
3029
/**
31-
* A constant that defines the library name that can be used as metric tags
30+
* A constant that defines the library name that can be used as metric tags.
3231
*/
3332
public static final String LIBRARY_NAME = "grpc-spring";
3433

35-
3634
private Constants() {}
3735

3836
}

0 commit comments

Comments
 (0)