hlship      2003/06/10 10:57:14

  Modified:    hivemind/src/java/org/apache/commons/hivemind
                        IServiceExtensionPoint.java
  Log:
  
  
  Revision  Changes    Path
  1.5       +3 -3      
jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/IServiceExtensionPoint.java
  
  Index: IServiceExtensionPoint.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/IServiceExtensionPoint.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IServiceExtensionPoint.java       9 Jun 2003 22:23:07 -0000       1.4
  +++ IServiceExtensionPoint.java       10 Jun 2003 17:57:14 -0000      1.5
  @@ -106,14 +106,14 @@
        * <p>Once the core implementation is created and the interceptor
        * stack is assembled, the core implementation is checked
        * to see if it implements [EMAIL PROTECTED] IInitializeService}.
  -     * If so [EMAIL PROTECTED] 
IInitializeService#initializeService(IServiceExtensionPoint, IFactoryContribution, 
Object)}
  +     * If so [EMAIL PROTECTED] 
IInitializeService#initializeService(IServiceExtensionPoint, Object)}
        * is invoked, to let the core service implementation
        * initialize.
        * 
        * <p>May return null if the service is optional and no
        * factory contribution has been made.
        * 
  -     * @returns the outermost interceptor for the service, or the
  +     * @return the outermost interceptor for the service, or the
        * core implementation if there are no interceptors.
        * 
        * @throws org.apache.tapestry.ApplicationRuntimeException if there
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to