File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/amihaiemil/docker Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ Container create(
104
104
105
105
/**
106
106
* Get this container.<br><br>
107
- * @param containerId of the Container
108
- * @return this container object.
107
+ * @param containerId Id of the Container
108
+ * @return This container object.
109
109
*/
110
110
Container get (final String containerId );
111
111
}
Original file line number Diff line number Diff line change @@ -162,11 +162,11 @@ URI baseUri() {
162
162
/**
163
163
* Get this container.<br><br>
164
164
*
165
- * @param containerId of the Container
166
- * @return this container object.
165
+ * @param containerId Id of the Container
166
+ * @return This container object.
167
167
*/
168
168
@ Override
169
- public Container get (String containerId ) {
169
+ public Container get (final String containerId ) {
170
170
return new RtContainer (
171
171
Json .createObjectBuilder ().build (),
172
172
this .client ,
You can’t perform that action at this time.
0 commit comments