Update of /cvsroot/mockobjects/mockobjects-java/src/j2ee/common/com/mockobjects/jms
In directory sc8-pr-cvs1:/tmp/cvs-serv8074/src/j2ee/common/com/mockobjects/jms
Modified Files:
MockQueueSession.java
Log Message:
Corrected spelling of receiver
Index: MockQueueSession.java
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/src/j2ee/common/com/mockobjects/jms/MockQueueSession.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MockQueueSession.java 11 Aug 2003 09:14:38 -0000 1.4
+++ MockQueueSession.java 16 Aug 2003 10:31:26 -0000 1.5
@@ -7,7 +7,7 @@
public class MockQueueSession extends MockSession implements QueueSession {
private final ExpectationValue queue = new ExpectationValue("queue");
private final ReturnObjectMap queueToReturn = new ReturnObjectMap("queue");
- private final ReturnObjectBag myReceiver = new ReturnObjectBag("reciever");
+ private final ReturnObjectBag myReceiver = new ReturnObjectBag("receiver");
private final ReturnObjectMap mySender = new ReturnObjectMap("sender");
private final ReturnValue myTemporaryQueue = new ReturnValue("temporary queue");
private final ReturnObjectMap queueBrowser = new ReturnObjectMap("queue browser");
|