This commit is contained in:
Andy Wilkinson
2020-03-19 13:53:29 +00:00
parent fd0b2f6695
commit f5e1bad900

View File

@@ -143,7 +143,7 @@ public enum CloudPlatform {
}
/**
* Determines is the platform is auto-detected by looking ofr platform-specific
* Determines if the platform is auto-detected by looking for platform-specific
* environment variables.
* @param environment the environment
* @return if the platform is auto-detected.
@@ -160,7 +160,7 @@ public enum CloudPlatform {
}
/**
* Returns the active {@link CloudPlatform} or {@code null} if one cannot be deduced.
* Returns the active {@link CloudPlatform} or {@code null} if one is not active.
* @param environment the environment
* @return the {@link CloudPlatform} or {@code null}
*/