minor fix.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4313 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
4cebd2ef0b
commit
22f2c2bde0
|
|
@ -158,6 +158,7 @@ public abstract class AbstractMessageConverterMethodProcessor
|
||||||
}
|
}
|
||||||
else if (mediaType.equals(MediaType.ALL) || mediaType.equals(MEDIA_TYPE_APPLICATION)) {
|
else if (mediaType.equals(MediaType.ALL) || mediaType.equals(MEDIA_TYPE_APPLICATION)) {
|
||||||
selectedMediaType = MediaType.APPLICATION_OCTET_STREAM;
|
selectedMediaType = MediaType.APPLICATION_OCTET_STREAM;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (selectedMediaType != null) {
|
if (selectedMediaType != null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue