Skip to content

Commit 8d6cb77

Browse files
committed
Javadoc
1 parent ab821ad commit 8d6cb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/codec/Resources.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class Resources {
2828

2929
/**
30-
* 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
30+
* 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
3131
* class's class loader.
3232
*
3333
* @param name The resource name.

0 commit comments

Comments
 (0)