elharo commented on code in PR #148:
URL: 
https://github.com/apache/maven-assembly-plugin/pull/148#discussion_r1253083133


##########
src/main/java/org/apache/maven/plugins/assembly/AssemblerConfigurationSource.java:
##########
@@ -223,4 +223,12 @@ public interface AssemblerConfigurationSource {
      * @return Override group name.
      */
     String getOverrideGroupName();
+
+    /**
+     * @return Mask which is applied to permissions of files/directories 
before they are put into assembly.

Review Comment:
   Yes, change the case per Javadoc conventions as published by Oracle. Always 
follow the documented rules. Do not copy what some random developer did 15 
years ago. "The description begins with a lowercase letter if it is a phrase 
(contains no verb), or an uppercase letter if it is a sentence. End the phrase 
with a period only if another phrase or sentence follows it."



-- 
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]

Reply via email to