Skip to content

Commit

Permalink
It works comrade
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Apr 8, 2014
1 parent 691ee00 commit 9e2d236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extends ClassLoader {
case true => findClassLocally(name).getOrElse(parentLoader.findClass(name))
case false => {
try {
parentLoader.findClass(name)
parentLoader.loadClass(name)
} catch {
case e: ClassNotFoundException => {
val classOption = findClassLocally(name)
Expand Down

0 comments on commit 9e2d236

Please sign in to comment.