Skip to content

Commit 2356462

Browse files
committed
Polish "Remove '.' and '-' reference in the EndpointId javadoc"
See gh-19101
1 parent 58e599b commit 2356462

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 and numbers.
31-
* 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)