* implement toString() method in AppClassLoader.
This commit is contained in:
parent
3e98b9e5c9
commit
007f61b324
1 changed files with 4 additions and 0 deletions
|
@ -45,4 +45,8 @@ public class AppClassLoader extends URLClassLoader {
|
||||||
public String getAppName() {
|
public String getAppName() {
|
||||||
return appname;
|
return appname;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String toString() {
|
||||||
|
return "helma.framework.core.AppClassLoader[" + appname + "]";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue