You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/01 17:46:04 UTC

[commons-io] branch master updated: Javadoc

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 2628fd32 Javadoc
2628fd32 is described below

commit 2628fd32224f4ac6394fcc845bd898533c45a061
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 1 13:46:00 2023 -0400

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

diff --git a/src/main/java/org/apache/commons/io/build/AbstractOriginSupplier.java b/src/main/java/org/apache/commons/io/build/AbstractOriginSupplier.java
index c38a045f..bc79dba5 100644
--- a/src/main/java/org/apache/commons/io/build/AbstractOriginSupplier.java
+++ b/src/main/java/org/apache/commons/io/build/AbstractOriginSupplier.java
@@ -37,7 +37,7 @@ import org.apache.commons.io.build.AbstractOrigin.URIOrigin;
 import org.apache.commons.io.build.AbstractOrigin.WriterOrigin;
 
 /**
- * Abstracts building a typed instance of {@code T}.
+ * Abstracts building an instance of {@code T}.
  *
  * @param <T> the type of instances to build.
  * @param <B> the type of builder subclass.