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 1c4e43a commit 2c43f34Copy full SHA for 2c43f34
model/src/main/java/oracle/kubernetes/weblogic/domain/model/Shutdown.java
@@ -28,8 +28,8 @@ public class Shutdown {
28
private String shutdownType;
29
30
@Description(
31
- "For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting down the server."
32
- + " Not required. Defaults to 30 seconds.")
+ "For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting down"
+ + " the server. Not required. Defaults to 30 seconds.")
33
private Long timeoutSeconds;
34
35
0 commit comments