Skip to content

Commit

Permalink
polish #1586
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Nov 24, 2020
1 parent e9e83c9 commit d2d5641
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ public static Express threadLocalExpress(Object object) {
}

public static Express unpooledExpress(ClassLoader classloader) {
if (classloader == null) {
classloader = ClassLoader.getSystemClassLoader();
}
return new OgnlExpress(new ClassLoaderClassResolver(classloader));
}
}

0 comments on commit d2d5641

Please sign in to comment.