desruisseaux commented on code in PR #997:
URL:
https://github.com/apache/maven-compiler-plugin/pull/997#discussion_r2541657557
##########
src/main/java/org/apache/maven/plugin/compiler/SourcePathType.java:
##########
@@ -102,7 +102,7 @@ public Optional<String> option() {
*/
@Override
public String[] option(Iterable<? extends Path> paths) {
- var joiner = new StringJoiner(File.pathSeparator, (moduleName != null)
? moduleName + "=\"" : "\"", "\"");
+ var joiner = new StringJoiner(File.pathSeparator, (moduleName != null)
? moduleName + '=' : "", "");
Review Comment:
Yes, it needs to be consistent with
https://github.com/apache/maven/pull/11435.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]