This commit is contained in:
Trustin Lee 2009-07-14 10:36:36 +00:00
parent f90f701a8d
commit cb1c079380

View File

@ -64,7 +64,7 @@
* (see {@link org.jboss.netty.channel.local.LocalServerChannelFactory}.)
* You can use your favorite IoC framework such as JBoss Microcontainer, Guice,
* and Spring to do this. The following example shows how to bind an echo
* erver to the endpoint specifed above (<tt>web.xml</tt>) in JBossAS 5:
* server to the endpoint specifed above (<tt>web.xml</tt>) in JBossAS 5:
*
* <pre>
* &lt;bean name="my-local-echo-server"