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:39:18 UTC

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

ehatcher    2003/09/04 08:39:18

  Modified:    framework/src/org/apache/tapestry/asset AssetService.java
  Log:
  javadoc fixup
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-tapestry/framework/src/org/apache/tapestry/asset/AssetService.java
  
  Index: AssetService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/asset/AssetService.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AssetService.java	28 May 2003 13:41:47 -0000	1.5
  +++ AssetService.java	4 Sep 2003 15:39:18 -0000	1.6
  @@ -75,8 +75,8 @@
   import org.apache.tapestry.request.ResponseOutputStream;
   
   /**
  - *  A service for building URLs to and accessing {@link IAsset}s.
  - *  Most of the work is deferred to the {@link IAsset} instance.
  + *  A service for building URLs to and accessing {@link org.apache.tapestry.IAsset}s.
  + *  Most of the work is deferred to the {@link org.apache.tapestry.IAsset} instance.
    *
    *  <p>The retrieval part is directly linked to {@link PrivateAsset}.
    *  The service responds to a URL that encodes the path of a resource
  
  
  

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