You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2002/07/23 02:03:30 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services BaseServiceBroker.java

henning     2002/07/22 17:03:30

  Modified:    src/java/org/apache/turbine/services BaseServiceBroker.java
  Log:
  Fixed some typos
  
  Revision  Changes    Path
  1.5       +4 -4      jakarta-turbine-2/src/java/org/apache/turbine/services/BaseServiceBroker.java
  
  Index: BaseServiceBroker.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/BaseServiceBroker.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BaseServiceBroker.java	11 Jul 2002 16:53:29 -0000	1.4
  +++ BaseServiceBroker.java	23 Jul 2002 00:03:30 -0000	1.5
  @@ -96,7 +96,7 @@
       protected Hashtable services = new Hashtable();
   
       /**
  -     * Default constructor of InitableBorker.
  +     * Default constructor of InitableBroker.
        *
        * This constructor does nothing.
        */
  @@ -123,7 +123,7 @@
        * <code>SERVICE_NAME</code> constant of the service's interface
        * definition).
        * @param data An object to use for initialization activities.
  -     * @exception InitializationException Initilaization of this
  +     * @exception InitializationException Initialization of this
        * service was not successful.
        */
       public void initService( String name, Object data )
  @@ -334,7 +334,7 @@
        * Initable.initClass(Object), the class must be instantiated with
        * InitableBroker.getInitableInstance(), and
        * Service.setServiceBroker() and Service.setName() must be
  -     * called.  This calls for two - level accesing the Services
  +     * called.  This calls for two - level accessing the Services
        * instances.
        *
        * @param name The name of the service requested.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>