Skip to content

Commit

Permalink
fix <code>onMessage()</code>
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrainard committed Jun 7, 2012
1 parent 978b086 commit 105f70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/webapp/index.jsp
Expand Up @@ -198,7 +198,7 @@
<h2>Step 4. Makes some changes to the app</h2>
<ol>
<li>Open <code>worker/src/main/java/com/heroku/devcenter/BigOperationWorker.java</code></li>
<li>Change the listener to print the name of the operation in uppercase by adding to the `onMessage()` method:<br/>
<li>Change the listener to print the name of the operation in uppercase by adding to the <code>onMessage()</code> method:<br/>
<code>System.out.println(bigOp.getName().toUpperCase());</code></li>
</ol>

Expand Down Expand Up @@ -289,7 +289,7 @@ Authentication successful.</pre>
<h2>Step 4. Makes some changes to the app</h2>
<ol>
<li>Open <code>worker/src/main/java/com/heroku/devcenter/BigOperationWorker.java</code> in your favorite editor</li>
<li>Change the listener to print the name of the operation in uppercase by adding to the `onMessage()` method:<br/>
<li>Change the listener to print the name of the operation in uppercase by adding to the <code>onMessage()</code> method:<br/>
<code>System.out.println(bigOp.getName().toUpperCase());</code></li>
</ol>

Expand Down

0 comments on commit 105f70e

Please sign in to comment.