This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch MSHARED-1260
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
The following commit(s) were added to refs/heads/MSHARED-1260 by this push:
new e306ef7 javadoc nit
e306ef7 is described below
commit e306ef774faa950513f496037517f34053641459
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon May 29 07:30:21 2023 -0400
javadoc nit
---
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 1417878..fca5cef 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
@@ -1816,7 +1816,7 @@ public class FileUtils {
* @param file the file
* @return a List containing every every line not starting with # and not
empty
* @throws IOException if any
- * @deprecated assumes the platform default character set.
+ * @deprecated assumes the platform default character set
*/
@Deprecated
@Nonnull