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


##########
src/main/java/org/apache/commons/io/FilenameUtils.java:
##########
@@ -669,7 +669,7 @@ public static String getFullPath(final String fileName) {
      * ~            --> ~
      * ~/           --> ~
      * ~user        --> ~user
-     * ~user/       --> ~user
+     * ~user/       --> ~user/

Review Comment:
   This causes the Javadoc to contradict itself with the above's `excluding the 
final directory separator`.
   The question is whether Windows's `"C:\"` unchanged output is a special case 
or a bug.
   CC: @elharo 
   



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