minor fix.

This commit is contained in:
Arjen Poutsma 2011-05-17 12:22:21 +00:00
parent b0a4be7cd1
commit 1bbdb0d2ff
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) {