NO-JIRA: fix typo in the comment

This commit is contained in:
Anton Podviaznikov 2017-09-01 14:06:14 -07:00 committed by Clebert Suconic
parent f060f49cf1
commit 8840e65693
1 changed files with 1 additions and 1 deletions

View File

@ -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