Skip to content

Commit 9d926b2

Browse files
Sebastian Hoßsebhoss
authored andcommitted
adjust docs
1 parent d3bddca commit 9d926b2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/main/java/wtf/metio/ilo/compose/DockerCompose2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package 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
*/

src/main/java/wtf/metio/ilo/devfile/DevfileYaml.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/main/java/wtf/metio/ilo/os/PosixShell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
*/
2020
final class PosixShell extends ParameterExpansion {
2121

src/test/java/wtf/metio/ilo/os/PosixShellTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import static org.junit.jupiter.api.Assertions.*;
2121
import static wtf.metio.ilo.os.ParameterExpansion.MATCHER_GROUP_NAME;
2222

23-
@DisplayName("Bourne ShellCommand")
23+
@DisplayName("Bourne Shell")
2424
class PosixShellTest {
2525

2626
@Nested

0 commit comments

Comments
 (0)