ottlinger commented on code in PR #268:
URL: https://github.com/apache/creadur-rat/pull/268#discussion_r1667449041


##########
apache-rat-core/src/main/java/org/apache/rat/utils/CasedString.java:
##########
@@ -114,21 +114,21 @@ public enum StringCase {
          * @param segments the segments to create the CasedString from.
          * @return a CasedString
          */
-        public String assemble(final String[] segments) {
+        public String assemble(String[] segments) {
             return segments.length == 0 ? null : this.joiner.apply(segments);
         }
 
         /**
          * Returns an array of each of the segments in this CasedString.  
Segments are defined as the strings between
-         * the separators in the CasedString. For the CAMEL case the segments 
are determined by the presence of a capital letter.

Review Comment:
   forced push change reverted again



-- 
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: dev-unsubscr...@creadur.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to