Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Copy edits in comments, API doc, and messages #2020

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Copy edits in comments, API doc, and messages #2020

merged 2 commits into from
Jan 7, 2025

Conversation

elharo
Copy link
Contributor

@elharo elharo commented Jan 3, 2025

In particular I've followed Oracle's usage of unhyphenated "class path" and "module path" when referring to the concepts instead of the CLI argument. --module-path is still used when referring to the command line flags.

@elharo elharo marked this pull request as ready for review January 4, 2025 11:21
@elharo elharo requested a review from gnodet January 4, 2025 11:21
@@ -68,9 +68,9 @@ public enum JavaPathType implements PathType {
*
* <ul>
* <li>If {@link #MODULES} path type is also set, then the dependency can be placed either on the
* class-path or on the module-path, but only one of those. The choice is up to the plugin,
* class-path or on the module path, but only one of those. The choice is up to the plugin,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class path ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -54,7 +54,7 @@ public interface Type extends ExtensibleEnum {
String BOM = "bom";

/**
* Artifact type name for a JAR file that can be placed either on the class-path or on the module-path.
* Artifact type name for a JAR file that can be placed either on the class-path or on the module path.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class path ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -124,31 +124,31 @@ private void addPathElement(PathType type, Path path) {

/**
* Adds main and test output directories to the result. This method adds the main output directory
* to the module-path if it contains a {@code module-info.class}, or to the class-path otherwise.
* to the module path if it contains a {@code module-info.class}, or to the class-path otherwise.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class path ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@elharo elharo merged commit b99eac7 into master Jan 7, 2025
13 checks passed
@elharo elharo deleted the copy branch January 7, 2025 12:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants