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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@
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
32
-
* characters are ignored when comparing endpoint IDs.
30
+
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters and
31
+
* numbers. They must begin with a lower-case letter. Case and syntax characters are
0 commit comments