We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e00c03 commit c97b84bCopy full SHA for c97b84b
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/ReadinessHealthCheckType.java
@@ -52,8 +52,7 @@ public static ReadinessHealthCheckType from(String s) {
52
case "process":
53
return PROCESS;
54
default:
55
- throw new IllegalArgumentException(
56
- String.format("Unknown health check type: %s", s));
+ throw new IllegalArgumentException(String.format("Unknown health check type: %s", s));
57
}
58
59
0 commit comments