Fix typo and polish
This commit is contained in:
parent
76d203fc61
commit
42a95b8f35
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue