Skip to content

Commit

Permalink
Bz1029353 - Part 1: Fix README file for helloworld-mbean
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Nov 12, 2013
1 parent 4886b0d commit bd518d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helloworld-mbean/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2><a id="test-the-mbeans-in-jconsole" class="anchor" href="#test-the-mbeans-in
<li>Under <code>quickstarts</code>, you see the 4 MBeans: <code>AnnotatedComponentHelloWorld</code>, <code>MXComponentHelloWorld</code>, <code>MXPojoHelloWorld</code>, and <code>SarMXPojoHelloWorld</code></li>
<li>Expand each MBean and choose: <code>Operations</code> &ndash;> <code>sayHello</code>.</li>
<li>Type your name in the (p0 String ) input text box and click the sayHello button.</li>
<li>You will see a popup Window displaying Hello <code>&lt;your name&gt;</code>!.</li>
<li>You will see a popup Window displaying <code>Welcome &lt;your name&gt;!</code>.</li>
</ol>

<h2><a id="undeploy-the-archive" class="anchor" href="#undeploy-the-archive"><span class="anchor-icon"></span></a>Undeploy the Archive</h2>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mbean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can use JConsole to inspect and use the MBeans :
3. Under `quickstarts`, you see the 4 MBeans: `AnnotatedComponentHelloWorld`, `MXComponentHelloWorld`, `MXPojoHelloWorld`, and `SarMXPojoHelloWorld`
4. Expand each MBean and choose: `Operations` --> `sayHello`.
5. Type your name in the (p0 String ) input text box and click the sayHello button.
6. You will see a popup Window displaying Hello `<your name>`!.
6. You will see a popup Window displaying `Welcome <your name>!`.


Undeploy the Archive
Expand Down

0 comments on commit bd518d1

Please sign in to comment.