summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2009-10-24 13:30:51 +0000
committerRobert Godfrey <rgodfrey@apache.org>2009-10-24 13:30:51 +0000
commit37518d2405b7afeb678e7f02c4bc2fefedc0119a (patch)
tree325e335f51d0743537c8c1d7b64a2d12b848f3dc
parenteb09581fcc5f42f3d2d8a4b041c49597a30d4759 (diff)
downloadqpid-python-37518d2405b7afeb678e7f02c4bc2fefedc0119a.tar.gz
Fixed extra chars
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-0-10@829363 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java
index f50f3e9332..19b73fcc7c 100644
--- a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java
+++ b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/ct/DurableSubscriberTest.java
@@ -34,7 +34,7 @@ public class DurableSubscriberTest extends QpidTestCase
* create and register a durable subscriber then close it
* create a publisher and send a persistant message followed by a non persistant message
* crash and restart the broker
- * recreate the durable subscriber and check that only the first message is received white st
+ * recreate the durable subscriber and check that only the first message is received
*/
public void testDurSubRestoredAfterNonPersistentMessageSent() throws Exception
{