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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 8d6cb77b Javadoc 8d6cb77b is described below commit 8d6cb77b818f62ffb78ca111e80dd2192a905247 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 14:43:12 2025 -0400 Javadoc --- src/main/java/org/apache/commons/codec/Resources.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/Resources.java b/src/main/java/org/apache/commons/codec/Resources.java index c506758a..2ba6880d 100644 --- a/src/main/java/org/apache/commons/codec/Resources.java +++ b/src/main/java/org/apache/commons/codec/Resources.java @@ -27,7 +27,7 @@ import java.io.InputStream; public class Resources { /** - * Gets a read-only stream on the contents of the resource specified by resName. The mapping between the resource name and the stream is managed by this + * Gets an InputStream on the contents of the resource specified by {@code name}. The mapping between the resource name and the stream is managed by this * class's class loader. * * @param name The resource name.