This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new dcef16f3a Javadoc: Use a sentence
dcef16f3a is described below
commit dcef16f3ab15c4804ce1f2e04bc64a3da5494a3f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 18 18:10:42 2024 -0400
Javadoc: Use a sentence
---
src/main/java/org/apache/commons/io/FileExistsException.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/io/FileExistsException.java
b/src/main/java/org/apache/commons/io/FileExistsException.java
index 226425660..c44aee843 100644
--- a/src/main/java/org/apache/commons/io/FileExistsException.java
+++ b/src/main/java/org/apache/commons/io/FileExistsException.java
@@ -32,7 +32,7 @@ public class FileExistsException extends IOException {
private static final long serialVersionUID = 1L;
/**
- * Default Constructor.
+ * Constructs a new instance.
*/
public FileExistsException() {
}