minor cleanup

This commit is contained in:
Brian Matzon 2005-03-27 19:48:47 +00:00
parent c706319f08
commit 2e906f07bf
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ public class ILU {
private static String getPathFromClassLoader(String libname) {
try {
Sys.log("getPathFromClassLoader: searching for: " + libname);
Object o = IL.class.getClassLoader();
Object o = ILU.class.getClassLoader();
Class c = o.getClass();
while (c != null) {
try {

View File

@ -237,7 +237,7 @@ public class ILUT {
private static String getPathFromClassLoader(String libname) {
try {
Sys.log("getPathFromClassLoader: searching for: " + libname);
Object o = IL.class.getClassLoader();
Object o = ILUT.class.getClassLoader();
Class c = o.getClass();
while (c != null) {
try {