This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new f97e755  Updating documentation on the model
f97e755 is described below

commit f97e7559ef6bf2c51e74f05db41550162f783153
Author: Dan Klco <[email protected]>
AuthorDate: Tue Jul 27 18:19:32 2021 -0400

    Updating documentation on the model
---
 org.apache.sling.thumbnails/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org.apache.sling.thumbnails/README.md 
b/org.apache.sling.thumbnails/README.md
index 51b6cad..35708f7 100644
--- a/org.apache.sling.thumbnails/README.md
+++ b/org.apache.sling.thumbnails/README.md
@@ -58,7 +58,7 @@ Once saved, the rendition can be access directly using the 
configured Rendition
 
 ### Transform Servlet
 
-The second servlet uses [Sling Context Aware 
Configurations](https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html)
 to generate thumbnails based on pre-defined transformation pipelines. Note 
that the 
[TransformationManager](src/main/java/org/apache/sling/thumbnails/TransformationManager.java)
 is useful for retrieving the available transformation pipelines for a 
particular resource.
+The second servlet uses [Sling Context Aware 
Configurations](https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html)
 to generate thumbnails based on pre-defined transformation pipelines. Note 
that the 
[RenderedResource](src/main/java/org/apache/sling/thumbnails/RenderedResource.java)
 model is useful for retrieving the available transformation pipelines and 
existing renditions for a particular resource.
 
 Each available transformation can then be accessed in the form:
 

Reply via email to