(String name)
| 151 | } |
| 152 | |
| 153 | @Override |
| 154 | public Class<?> loadClass(String name) throws ClassNotFoundException { |
| 155 | return loadClass(name, false, false, new HashSet<GateClassLoader>()); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Delegate loading to the super class (loadClass has protected access |
no test coverage detected