Skip to content

Commit 9cdccf6

Browse files
committed
Small text improvements
1 parent 97b5b3b commit 9cdccf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/nmf-linux-maven-plugin/src/main/java/esa/mo/nmf/filesystem/GenerateFilesystemMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ public class GenerateFilesystemMojo extends AbstractMojo {
5656
private String missionVersion;
5757

5858
/**
59-
* The main class for the supervisor.
59+
* The main class for the Supervisor.
6060
*/
6161
@Parameter(property = "generate-filesystem.supervisorMainClass", defaultValue = "${supervisorMainClass}")
6262
private String supervisorMainClass;
6363

6464
/**
65-
* The version of the NMF that the App was developed against.
65+
* The version of the NMF that the Supervisor was developed against.
6666
*/
6767
@Parameter(property = "generate-filesystem.nmfVersion", defaultValue = "${esa.nmf.version}")
6868
private String nmfVersion;

0 commit comments

Comments
 (0)