提交 42a95b8f 编写于 作者: S Sam Brannen

Fix typo and polish

上级 76d203fc
......@@ -192,8 +192,8 @@ class WiretapConnector implements ClientHttpConnector {
//noinspection ConstantConditions
(this.publisher != null ? this.publisher : this.publisherNested)
.onErrorMap(ex -> new IllegalStateException(
"Content was not been consumed and " +
"an error was raised on attempt to produce it:", ex))
"Content has not been consumed, and " +
"an error was raised while attempting to produce it.", ex))
.subscribe();
}
return this.content;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册