提交 1bbdb0d2 编写于 作者: A Arjen Poutsma

minor fix.

上级 b0a4be7c
......@@ -158,6 +158,7 @@ public abstract class AbstractMessageConverterMethodProcessor
}
else if (mediaType.equals(MediaType.ALL) || mediaType.equals(MEDIA_TYPE_APPLICATION)) {
selectedMediaType = MediaType.APPLICATION_OCTET_STREAM;
break;
}
}
if (selectedMediaType != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册