Skip to content

Commit

Permalink
SHRINKRES-183 Fixed ClassLoader propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed Jun 17, 2014
1 parent ee71e55 commit f284181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static <RESOLVERSYSTEMTYPE extends ResolverSystem, CONFIGURABLERESOLVERSY
*/
public static <RESOLVERSYSTEMTYPE extends ResolverSystem, CONFIGURABLERESOLVERSYSTEMTYPE extends ConfigurableResolverSystem<RESOLVERSYSTEMTYPE, CONFIGURABLERESOLVERSYSTEMTYPE>> CONFIGURABLERESOLVERSYSTEMTYPE configure(
final Class<CONFIGURABLERESOLVERSYSTEMTYPE> clazz, final ClassLoader cl) throws IllegalArgumentException {
return ResolverSystemFactory.createFromUserView(clazz);
return ResolverSystemFactory.createFromUserView(clazz, cl);
}


Expand Down

0 comments on commit f284181

Please sign in to comment.