Skip to content

Commit

Permalink
DUBBO-636
Browse files Browse the repository at this point in the history
  • Loading branch information
linxuan-hqm committed Mar 20, 2013
1 parent 105a0c7 commit 5ad7357
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public ClassPool getClassPool() {
public Class<?> toClass(){
return toClass(getClass().getClassLoader(), getClass().getProtectionDomain());
}

public Class<?> toClass(ClassLoader loader, ProtectionDomain pd)
{
if( mCtc != null )
Expand Down

0 comments on commit 5ad7357

Please sign in to comment.