minor fix.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4313 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma 2011-05-17 12:22:21 +00:00
parent 4cebd2ef0b
commit 22f2c2bde0
1 changed files with 1 additions and 0 deletions

View File

@ -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) {