提交 5efbbda2 编写于 作者: E elandau

Fix typo

上级 b310afe7
......@@ -37,7 +37,7 @@ public interface ClientConfigFactory {
.thenComparing(Comparator.comparing(f -> f.getClass().getCanonicalName())))
.findFirst()
.orElseGet(() -> {
throw new IllegalStateException("Expecting on implementation of ClientConfigFactory discoverable via the ServiceLoader");
throw new IllegalStateException("Expecting at least one implementation of ClientConfigFactory discoverable via the ServiceLoader");
});
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册