You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hl...@apache.org on 2003/06/10 19:57:14 UTC

cvs commit: jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind IServiceExtensionPoint.java

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 {@link IInitializeService}.
  -     * If so {@link IInitializeService#initializeService(IServiceExtensionPoint, IFactoryContribution, Object)}
  +     * If so {@link 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org