This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch deprecate
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
The following commit(s) were added to refs/heads/deprecate by this push:
new b443db1 FileUtils
b443db1 is described below
commit b443db11b2b9766829597ab4340d2fce79fb8d68
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Jun 17 07:40:01 2023 -0400
FileUtils
---
src/main/java/org/apache/maven/shared/utils/io/FileUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java
b/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java
index d8744da..635c66c 100644
--- a/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java
+++ b/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java
@@ -561,7 +561,7 @@ public class FileUtils {
* @param file2 the second file
* @return true if the content of the files are equal or they both don't
exist, false otherwise
* @throws IOException if any
- * @deprecated use {@code org.apache.commons.io.IOUtils.contentEquals()}
+ * @deprecated use {@code org.apache.commons.io.FileUtils.contentEquals()}
*/
@Deprecated
public static boolean contentEquals(@Nonnull final File file1, @Nonnull
final File file2) throws IOException {