mirror of https://github.com/apache/activemq.git
corrected javadoc
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@374064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e439b35bf2
commit
e62711760b
|
@ -29,7 +29,8 @@ import javax.jms.Message;
|
|||
public class SimpleJmsMessageConvertor implements JmsMesageConvertor {
|
||||
|
||||
/**
|
||||
* Convert a foreign JMS Message to a native ActiveMQ Message
|
||||
* Convert a foreign JMS Message to a native ActiveMQ Message - Inbound
|
||||
* or visa-versa outbound
|
||||
* @param message
|
||||
* @return the converted message
|
||||
* @throws JMSException
|
||||
|
|
Loading…
Reference in New Issue