You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/EndpointId.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@
27
27
importorg.springframework.util.Assert;
28
28
29
29
/**
30
-
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters, numbers
31
-
* {@code '.'} and {@code '-'}. They must begin with a lower-case letter. Case and syntax
30
+
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters and numbers.
31
+
* They must begin with a lower-case letter. Case and syntax
32
32
* characters are ignored when comparing endpoint IDs.
0 commit comments