Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Oct 23, 2024
1 parent 40f427a commit e94f9e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static ServerSelectStrategy createStrategy(String strategyName) {
return constructor.newInstance();
} else {
throw new ZooKeeperHiveClientException(
"The loaded class does not implement ChooseServerStrategy");
"The loaded class does not implement ServerSelectStrategy");
}
}
} catch (Exception e) {
Expand Down

0 comments on commit e94f9e9

Please sign in to comment.