Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
o Improved debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
bentmann committed Aug 4, 2010
1 parent 4202d8b commit 5b827d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -347,7 +347,7 @@ private static void showUrls( ClassRealm classRealm, PrintStream out )

public String toString()
{
return "ClassRealm[" + getId() + ", parent: " + getParentRealm() + "]";
return "ClassRealm[" + getId() + ", parent: " + getParentClassLoader() + "]";
}

//---------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5b827d5

Please sign in to comment.