Skip to content

Commit 141dd30

Browse files
committed
Centralize slash character in static final variable, improves clarity and maintainability.
- format code
1 parent 1127253 commit 141dd30

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/EndpointMapping.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
public class EndpointMapping {
2828

2929
private final String path;
30+
3031
private static final String SLASH = "/";
3132

3233
/**

0 commit comments

Comments
 (0)