Skip to content

Commit faf3b5c

Browse files
committed
Merge pull request #19101 from larsgrefer
* pr/19101: Polish "Remove '.' and '-' reference in the EndpointId javadoc" Remove '.' and '-' reference in the EndpointId javadoc Closes gh-19101
2 parents f117dbe + 2356462 commit faf3b5c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
import org.springframework.util.Assert;
2828

2929
/**
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
32+
* ignored when comparing endpoint IDs.
3333
*
3434
* @author Phillip Webb
3535
* @since 2.0.6

0 commit comments

Comments
 (0)