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 c6a5710 commit a3c33f3Copy full SHA for a3c33f3
src/main/java/com/ecwid/consul/v1/agent/model/NewService.java
@@ -61,19 +61,19 @@ public void setScript(String script) {
61
}
62
63
public String getDockerContainerID() {
64
- return dockerContainerID;
+ return dockerContainerID;
65
66
67
public void setDockerContainerID(String dockerContainerID) {
68
- this.dockerContainerID = dockerContainerID;
+ this.dockerContainerID = dockerContainerID;
69
70
71
public String getShell() {
72
- return shell;
+ return shell;
73
74
75
public void setShell(String shell) {
76
- this.shell = shell;
+ this.shell = shell;
77
78
79
public String getInterval() {
0 commit comments