Merge branch '2.1.x' into 2.2.x
Closes gh-19157
This commit is contained in:
@@ -28,9 +28,9 @@ import org.springframework.core.env.Environment;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters, numbers
|
||||
* {@code '.'} and {@code '-'}. They must begin with a lower-case letter. Case and syntax
|
||||
* characters are ignored when comparing endpoint IDs.
|
||||
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters and
|
||||
* numbers. They must begin with a lower-case letter. Case and syntax characters are
|
||||
* ignored when comparing endpoint IDs.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 2.0.6
|
||||
|
||||
Reference in New Issue
Block a user