mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
minor fix.
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user