You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/09/01 21:24:28 UTC

[2/2] activemq-artemis git commit: NO-JIRA: fix typo in the comment

NO-JIRA: fix typo in the comment


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8840e656
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8840e656
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8840e656

Branch: refs/heads/master
Commit: 8840e656930f9362812eff57f2e3357737909c4d
Parents: f060f49
Author: Anton Podviaznikov <po...@gmail.com>
Authored: Fri Sep 1 14:06:14 2017 -0700
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Sep 1 17:24:18 2017 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/jms/example/QueueExample.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8840e656/examples/features/standard/queue/src/main/java/org/apache/activemq/artemis/jms/example/QueueExample.java
----------------------------------------------------------------------
diff --git a/examples/features/standard/queue/src/main/java/org/apache/activemq/artemis/jms/example/QueueExample.java b/examples/features/standard/queue/src/main/java/org/apache/activemq/artemis/jms/example/QueueExample.java
index 6a80dc2..765dc25 100644
--- a/examples/features/standard/queue/src/main/java/org/apache/activemq/artemis/jms/example/QueueExample.java
+++ b/examples/features/standard/queue/src/main/java/org/apache/activemq/artemis/jms/example/QueueExample.java
@@ -37,7 +37,7 @@ public class QueueExample {
          // Step 1. Create an initial context to perform the JNDI lookup.
          initialContext = new InitialContext();
 
-         // Step 2. Perfom a lookup on the queue
+         // Step 2. Perform a lookup on the queue
          Queue queue = (Queue) initialContext.lookup("queue/exampleQueue");
 
          // Step 3. Perform a lookup on the Connection Factory