Author: kpvdr
Date: Tue Jan 16 14:12:52 2007
New Revision: 496874
URL: http://svn.apache.org/viewvc?view=rev&rev=496874
Log:
Corrected typo
Modified:
incubator/qpid/branches/qpid.0-9/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer.java
Modified:
incubator/qpid/branches/qpid.0-9/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer.java?view=diff&rev=496874&r1=496873&r2=496874
==============================================================================
---
incubator/qpid/branches/qpid.0-9/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer.java
(original)
+++
incubator/qpid/branches/qpid.0-9/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer.java
Tue Jan 16 14:12:52 2007
@@ -137,7 +137,7 @@
// AMQP version change: Hardwire the version to 0-9 (major=0, minor=9)
// TODO: Connect this to the session version obtained from
ProtocolInitiation for this session.
// Be aware of possible changes to parameter order as versions change.
- AMQPMethodBody methodBody = ExchangeDeclareBody.createMethodBody(
+ AMQMethodBody methodBody = ExchangeDeclareBody.createMethodBody(
(byte)0, (byte)9, // AMQP version (major, minor)
null, // arguments
false, // autoDelete