Skip to content

Commit

Permalink
fix typo after refactor InitializerJniWrapper to NativeBackendInitial…
Browse files Browse the repository at this point in the history
…izer
  • Loading branch information
j7nhai committed Oct 23, 2023
1 parent 400a161 commit 4381e58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void initializeBackend(scala.collection.Map<String, String> conf)
BackendsApiManager.getSettings().resolveNativeConf(nativeConfMap);
initialize(JniUtils.toNativeConf(nativeConfMap));
} catch (Exception e) {
LOG.error("Error calling InitializerJniWrapper.initialize(...)", e);
LOG.error("Error calling NativeBackendInitializer.initialize(...)", e);
throw e;
}
}
Expand Down

0 comments on commit 4381e58

Please sign in to comment.