You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2003/09/04 17:41:26 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry IEngine.java

ehatcher    2003/09/04 08:41:26

  Modified:    framework/src/org/apache/tapestry IEngine.java
  Log:
  javadoc fixup
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-tapestry/framework/src/org/apache/tapestry/IEngine.java
  
  Index: IEngine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/IEngine.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- IEngine.java	29 Jun 2003 18:05:40 -0000	1.7
  +++ IEngine.java	4 Sep 2003 15:41:26 -0000	1.8
  @@ -82,7 +82,7 @@
    * that make up the application.  The engine is a delegate to the
    * {@link ApplicationServlet} via the {@link #service(RequestContext)} method.
    *
  - * <p>Engine instances are persisted in the {@link HttpSession} and are serializable.
  + * <p>Engine instances are persisted in the {@link javax.servlet.http.HttpSession} and are serializable.
    *
    * @author Howard Lewis Ship
    * @version $Id$
  @@ -365,7 +365,7 @@
       public DataSqueezer getDataSqueezer();
   
       /**
  -     *  Returns a {@link org.apache.tapestry.IPropertySource} that should be
  +     *  Returns a {@link org.apache.tapestry.engine.IPropertySource} that should be
        *  used to obtain configuration data.  The returned source represents
        *  a search path that includes (at a minimum):
        *  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org