@ -77,7 +77,8 @@ public class CachedBodyOutputMessage implements ReactiveHttpOutputMessage {
@@ -77,7 +77,8 @@ public class CachedBodyOutputMessage implements ReactiveHttpOutputMessage {
*/
publicFlux<DataBuffer>getBody(){
if(body==null){
returnFlux.error(newIllegalStateException("The body is not set. "+"Did handling complete with success?"));
returnFlux
.error(newIllegalStateException("The body is not set. "+"Did handling complete with success?"));