File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
test/java/wtf/metio/ilo/os Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88package wtf .metio .ilo .compose ;
99
1010/**
11- * Support for 'docker compose' aka 'ComposeCommand V2'
11+ * Support for 'docker compose' aka 'Compose V2'
1212 *
1313 * @see <a href="https://docs.docker.com/compose/cli-command/">official documentation</a>
1414 */
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ static final class Dockerfile {
197197 public String uri ;
198198
199199 /**
200- * Dockerfile's DevfileCommand Registry source.
200+ * Dockerfile's Devfile Registry source.
201201 */
202202 public DevfileRegistry devfileRegistry ;
203203
@@ -217,7 +217,7 @@ static final class DevfileRegistry {
217217 public String id ;
218218
219219 /**
220- * DevfileCommand Registry URL to pull the Dockerfile from when using the DevfileCommand Registry as Dockerfile src.
220+ * Devfile Registry URL to pull the Dockerfile from when using the Devfile Registry as Dockerfile src.
221221 */
222222 public String registryUrl ;
223223
@@ -273,7 +273,7 @@ static final class Volume {
273273 }
274274
275275 /**
276- * DevfileCommand schema version.
276+ * Devfile schema version.
277277 */
278278 public String schemaVersion ;
279279
Original file line number Diff line number Diff line change 1515/**
1616 * Support for POSIX compatible shells.
1717 *
18- * @see <a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html">ShellCommand Command Language</a>
18+ * @see <a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html">Shell Command Language</a>
1919 */
2020final class PosixShell extends ParameterExpansion {
2121
Original file line number Diff line number Diff line change 2020import static org .junit .jupiter .api .Assertions .*;
2121import static wtf .metio .ilo .os .ParameterExpansion .MATCHER_GROUP_NAME ;
2222
23- @ DisplayName ("Bourne ShellCommand " )
23+ @ DisplayName ("Bourne Shell " )
2424class PosixShellTest {
2525
2626 @ Nested
You can’t perform that action at this time.
0 commit comments