commit
ce16c9e945
|
@ -28,9 +28,9 @@ import org.springframework.core.env.Environment;
|
||||||
import org.springframework.util.Assert;
|
import org.springframework.util.Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters, numbers
|
* An identifier for an actuator endpoint. Endpoint IDs may contain only letters and
|
||||||
* {@code '.'} and {@code '-'}. They must begin with a lower-case letter. Case and syntax
|
* numbers. They must begin with a lower-case letter. Case and syntax characters are
|
||||||
* characters are ignored when comparing endpoint IDs.
|
* ignored when comparing endpoint IDs.
|
||||||
*
|
*
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @since 2.0.6
|
* @since 2.0.6
|
||||||
|
|
Loading…
Reference in New Issue