We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2749e8 commit 44fde91Copy full SHA for 44fde91
src/org/beanio/internal/util/IOUtil.java
@@ -85,7 +85,7 @@ public static void closeQuietly(OutputStream out) {
85
* @since 1.2.1
86
*/
87
public static URL getResource(ClassLoader classLoader, String resource) {
88
- ClassLoader cl = null;
+ ClassLoader cl = classLoader;
89
try {
90
cl = Thread.currentThread().getContextClassLoader();
91
}
0 commit comments