Merge branch '2.1.x' into 2.2.x

Closes gh-19157
This commit is contained in:
Stephane Nicoll 2019-11-27 11:47:23 +01:00
commit ce16c9e945
1 changed files with 3 additions and 3 deletions

View File

@ -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