|
@@ -352,6 +352,9 @@ public class AntTypeDefinition { |
|
|
// is the same |
|
|
// is the same |
|
|
ClassLoader oldLoader = other.getClassLoader(); |
|
|
ClassLoader oldLoader = other.getClassLoader(); |
|
|
ClassLoader newLoader = this.getClassLoader(); |
|
|
ClassLoader newLoader = this.getClassLoader(); |
|
|
|
|
|
if (oldLoader == newLoader) { |
|
|
|
|
|
return true; |
|
|
|
|
|
} |
|
|
return |
|
|
return |
|
|
newLoader != null |
|
|
newLoader != null |
|
|
&& oldLoader != null |
|
|
&& oldLoader != null |
|
|