Skip to content

Commit 2c43f34

Browse files
committed
checkstyle line length
1 parent 1c4e43a commit 2c43f34

File tree

1 file changed

+2
-2
lines changed
  • model/src/main/java/oracle/kubernetes/weblogic/domain/model

1 file changed

+2
-2
lines changed

model/src/main/java/oracle/kubernetes/weblogic/domain/model/Shutdown.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public class Shutdown {
2828
private String shutdownType;
2929

3030
@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.")
31+
"For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting down"
32+
+ " the server. Not required. Defaults to 30 seconds.")
3333
private Long timeoutSeconds;
3434

3535
@Description(

0 commit comments

Comments
 (0)