NO-JIRA: fix typo in the comment
This commit is contained in:
parent
f060f49cf1
commit
8840e65693
|
@ -37,7 +37,7 @@ public class QueueExample {
|
||||||
// Step 1. Create an initial context to perform the JNDI lookup.
|
// Step 1. Create an initial context to perform the JNDI lookup.
|
||||||
initialContext = new InitialContext();
|
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");
|
Queue queue = (Queue) initialContext.lookup("queue/exampleQueue");
|
||||||
|
|
||||||
// Step 3. Perform a lookup on the Connection Factory
|
// Step 3. Perform a lookup on the Connection Factory
|
||||||
|
|
Loading…
Reference in New Issue