From 72cee90f7a6b5bc8109fc97ca69bf4939a22fd50 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Thu, 24 May 2007 10:31:16 +0000 Subject: [PATCH] fixed typeo git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@541260 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/activemq/ActiveMQConnection.java | 2 +- .../java/org/apache/activemq/ActiveMQConnectionFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java index d1218cf400..2e11f725ae 100755 --- a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java +++ b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java @@ -1514,7 +1514,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon } /** - * Enables the timemout from a connection creation to when a warning is generated + * Enables the timeout from a connection creation to when a warning is generated * if the connection is not properly started via {@link #start()}. It is a very * common gotcha to forget to * start the connection diff --git a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java index 40a5e056ce..7ad510bb7d 100755 --- a/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java +++ b/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java @@ -765,7 +765,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne } /** - * Enables the timemout from a connection creation to when a warning is generated + * Enables the timeout from a connection creation to when a warning is generated * if the connection is not properly started via {@link Connection#start()}. It is a very * common gotcha to forget to * start the connection