Skip to content

Commit 1c6abdc

Browse files
committed
addd DEPLOY to Javadoc list of WDT commands
1 parent 59d1eaf commit 1c6abdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagetool/src/main/java/com/oracle/weblogic/imagetool/util/DockerfileOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public String wdtCommand() {
312312
/**
313313
* Set the desired WDT Operation to use during update.
314314
*
315-
* @param value CREATE or UPDATE.
315+
* @param value CREATE, DEPLOY, or UPDATE.
316316
*/
317317
public void setWdtCommand(WdtOperation value) {
318318
wdtOperation = value;

0 commit comments

Comments
 (0)