minor fix.
This commit is contained in:
parent
b0a4be7cd1
commit
1bbdb0d2ff
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue