diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-09-27 15:32:31 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-09-27 15:32:31 +0000 |
| commit | 7e1ac76588d8a335e5ea64edbb127d53f1ef57be (patch) | |
| tree | 5d2a92d1dbf26a7c1ed84f88b63a05680b17ed36 /java/perftests/src | |
| parent | e2a88b4171f61ab4832ee4081041746b8ce5eef5 (diff) | |
| download | qpid-python-7e1ac76588d8a335e5ea64edbb127d53f1ef57be.tar.gz | |
Added test cases 4 and 5, from the updated interop spec.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@580066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/src')
| -rw-r--r-- | java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java b/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java index 1e01f6bc8e..6bb531e24f 100644 --- a/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java +++ b/java/perftests/src/main/java/org/apache/qpid/requestreply/PingPongProducer.java @@ -1213,7 +1213,7 @@ public class PingPongProducer implements Runnable /*, MessageListener*/, Excepti // log.info("Message " + num + " sent.");
}
- // Increase the unreceived size, this may actually happen aftern the message is recevied.
+ // Increase the unreceived size, this may actually happen aftern the message is received.
_unreceived.getAndIncrement();
// Apply message rate throttling if a rate limit has been set up.
|
