You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/apache/commons/codec/Resources.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,15 @@
27
27
publicclassResources {
28
28
29
29
/**
30
-
* Opens the given named resource from the given class.
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
0 commit comments