Fix typo and polish
This commit is contained in:
parent
76d203fc61
commit
42a95b8f35
|
|
@ -192,8 +192,8 @@ class WiretapConnector implements ClientHttpConnector {
|
||||||
//noinspection ConstantConditions
|
//noinspection ConstantConditions
|
||||||
(this.publisher != null ? this.publisher : this.publisherNested)
|
(this.publisher != null ? this.publisher : this.publisherNested)
|
||||||
.onErrorMap(ex -> new IllegalStateException(
|
.onErrorMap(ex -> new IllegalStateException(
|
||||||
"Content was not been consumed and " +
|
"Content has not been consumed, and " +
|
||||||
"an error was raised on attempt to produce it:", ex))
|
"an error was raised while attempting to produce it.", ex))
|
||||||
.subscribe();
|
.subscribe();
|
||||||
}
|
}
|
||||||
return this.content;
|
return this.content;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue