polishing, got rid of warining markers HTTP, XMPP

This commit is contained in:
Oleg Zhurakousky
2010-12-10 12:25:19 -05:00
parent 1803d73547
commit 9a714528e6
2 changed files with 0 additions and 8 deletions

View File

@@ -313,7 +313,6 @@ public class HttpRequestExecutingMessageHandler extends AbstractReplyProducingMe
return new MediaType("text", "plain", Charset.forName(charset));
}
@SuppressWarnings("unchecked")
private MultiValueMap<Object, Object> convertToMultiValueMap(Map<Object, Object> simpleMap) {
LinkedMultiValueMap<Object, Object> multipartValueMap = new LinkedMultiValueMap<Object, Object>();
for (Object key : simpleMap.keySet()) {