garydgregory commented on code in PR #781:
URL: https://github.com/apache/commons-io/pull/781#discussion_r2328887222


##########
src/main/java/org/apache/commons/io/FileSystem.java:
##########
@@ -315,6 +327,8 @@ private static String replace(final String path, final char 
oldChar, final char
     private final boolean supportsDriveLetter;
     private final char nameSeparator;
     private final char nameSeparatorOther;
+    // package-private for testing
+    final NameLengthStrategy nameLengthStrategy;

Review Comment:
   This should be private like the other instance variables.



-- 
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: issues-unsubscr...@commons.apache.org

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

Reply via email to