bosschaert commented on a change in pull request #26: SLING-8273 - APIs jar
MOJO doesn't produce Javadoc if sources contain non-ascii chars
URL:
https://github.com/apache/sling-slingfeature-maven-plugin/pull/26#discussion_r256453030
##########
File path: src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java
##########
@@ -110,7 +110,7 @@
private static final String NON_ASCII_PATTERN = "[^\\p{ASCII}]";
- private static final String EMPTY_STRING = "";
+ private static final String EMPTY_STRING = " ";
Review comment:
Should really be called 'SPACE' as it's not an empty string any more...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services