Commit 45b7ea71 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Comment tweaks.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@123 b35dd754-fafc-0310-a699-88a17e54d16e
parent f8160fcb
...@@ -20,7 +20,7 @@ procedure call technologies to provide services across the network.<br> ...@@ -20,7 +20,7 @@ procedure call technologies to provide services across the network.<br>
module has a well-defined life cycle that is managed by its hosting module has a well-defined life cycle that is managed by its hosting
container. A module may contain zero or more services and client code container. A module may contain zero or more services and client code
that accesses these services. Modules can be deployed and configured that accesses these services. Modules can be deployed and configured
individually, allowing the easy implementation of server plug-ins and individually, allowing the easy implementation of server plugins and
on the fly reconfiguration of the server.<br> on the fly reconfiguration of the server.<br>
</li> </li>
<li><strong>Container </strong>- A special module that hosts server <li><strong>Container </strong>- A special module that hosts server
......
...@@ -280,7 +280,7 @@ public abstract class BootstrapContainer implements Container, ServiceLookupProv ...@@ -280,7 +280,7 @@ public abstract class BootstrapContainer implements Container, ServiceLookupProv
} }
/** /**
* <p>Following the loading and initialization of all the plug-ins * <p>Following the loading and initialization of all the plugins
* this method is called to iterate through the known modules and * this method is called to iterate through the known modules and
* start them.</p> * start them.</p>
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment