michael-o commented on code in PR #449:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/449#discussion_r1807375296


##########
src/main/java/org/apache/maven/plugins/dependency/utils/DependencyUtil.java:
##########
@@ -242,7 +242,11 @@ public static synchronized void write(String string, File 
file, boolean append,
     }
 
     /**
-     * Writes the specified string to the log at info level.
+     * Writes each line in the specified string to the log at info level.
+     * The difference between calling
+     * {@code DependencyUtil.log(s, log)} and {@code log.indfo(s)} is that the 
latter

Review Comment:
   Typo



-- 
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...@maven.apache.org

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

Reply via email to