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

commit 7001911155c6606974c8976b3d0489614874e4c6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 3 09:09:30 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/io/build/AbstractOrigin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/build/AbstractOrigin.java 
b/src/main/java/org/apache/commons/io/build/AbstractOrigin.java
index 4c96c6e9..e9525cd6 100644
--- a/src/main/java/org/apache/commons/io/build/AbstractOrigin.java
+++ b/src/main/java/org/apache/commons/io/build/AbstractOrigin.java
@@ -275,7 +275,7 @@ public abstract class AbstractOrigin<T, B extends 
AbstractOrigin<T, B>> extends
     /**
      * Gets this origin as a Path, if possible.
      *
-     * @return this origin as a Path\, if possible.
+     * @return this origin as a Path, if possible.
      */
     public Path getPath() {
         throw new UnsupportedOperationException(origin.toString());

Reply via email to