Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar authored Aug 7, 2022
1 parent af9f168 commit 68d015a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static InputStream getResourceAsStream(final String name) {
}
}

public static InputStream getResourceAsStream(final ClassLoader cl, final String name) {
public static InputStream getResourceAsStream(final java.lang.ClassLoader cl, final String name) {
return (InputStream)
AccessController.doPrivileged(
new PrivilegedAction() {
Expand Down

0 comments on commit 68d015a

Please sign in to comment.