Skip to content

Commit

Permalink
修改名字
Browse files Browse the repository at this point in the history
  • Loading branch information
z529192557 committed Jul 7, 2020
1 parent cf5ed3d commit 6db3031
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ public JvmSandbox(final CoreConfigure cfg,
}

private void init() {
loadSandboxClass();
doEarlyloadSandboxClass();
SpyUtils.init(cfg.getNamespace());
}

/**
* 提前加载某些必要的类
*/
private void loadSandboxClass() {
private void doEarlyloadSandboxClass() {
for(String className : earlyLondSndboxClassNameList){
try {
Class.forName(className);
Expand Down

0 comments on commit 6db3031

Please sign in to comment.