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
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,30 +23,44 @@
23
23
24
24
/**
25
25
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters, numbers
26
-
* and {@code '.'}. They must begin with a lower-case letter. Case is ignored when
27
-
* comparing endpoint IDs.
26
+
* {@code '.'} and {@code '-'}. They must begin with a lower-case letter. Case and syntax
27
+
* characters are ignored when comparing endpoint IDs.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/EndpointIdTests.java
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,16 @@ public void ofWhenEmptyThrowsException() {
0 commit comments