From 6a0d620860ce00ff28b90bdec60737da398adaaa Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Thu, 2 Apr 2020 14:48:54 -0500 Subject: [PATCH] Polish javadoc --- .../org/springframework/boot/cloud/CloudPlatform.java | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java index 8827ba02ad5..43f77db4279 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java @@ -24,13 +24,17 @@ import org.springframework.core.env.StandardEnvironment; /** * Simple detection for well known cloud platforms. Detection can be forced using the - * {@code "spring.main.cloud-platform"} configuration property. For more advanced cloud - * provider integration consider the Spring Cloud project. + * {@code "spring.main.cloud-platform"} configuration property. + * + *

+ * For more advanced cloud platform integration, consider using a platform-specific + * library such as Java CFEnv or + * Spring Cloud + * Kubernetes. * * @author Phillip Webb * @author Brian Clozel * @since 1.3.0 - * @see "https://spring.io/projects/spring-cloud" */ public enum CloudPlatform {