]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/src/main/java/org/argeo/slc/jms/MarshallerMessageConverter.java
Remove warnings
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / src / main / java / org / argeo / slc / jms / MarshallerMessageConverter.java
index 31e6354452a6465987879062daae8586270c5561..544152840536d0bfb5589b773a3a741cfd57a648 100644 (file)
@@ -25,6 +25,7 @@ public class MarshallerMessageConverter implements MessageConverter {
        private Unmarshaller unmarshaller;
 
        /** @return the converted message or null if the message itself is null */
+       @SuppressWarnings("unchecked")
        public Object fromMessage(Message message) throws JMSException,
                        MessageConversionException {
                if (message == null) {