Author: dklco
Date: Wed May  1 18:08:03 2013
New Revision: 1478131

URL: http://svn.apache.org/r1478131
Log:
Removing some unneeded linebreaks

Modified:
    sling/whiteboard/dklco/sling-proxy/src/site/markdown/annotations.md

Modified: sling/whiteboard/dklco/sling-proxy/src/site/markdown/annotations.md
URL: 
http://svn.apache.org/viewvc/sling/whiteboard/dklco/sling-proxy/src/site/markdown/annotations.md?rev=1478131&r1=1478130&r2=1478131&view=diff
==============================================================================
--- sling/whiteboard/dklco/sling-proxy/src/site/markdown/annotations.md 
(original)
+++ sling/whiteboard/dklco/sling-proxy/src/site/markdown/annotations.md Wed May 
 1 18:08:03 2013
@@ -40,13 +40,13 @@ Annotation used to mark a Method as bein
 
 Here are 3 examples of simple retrieval, one of each style:
 
-    @SlingProperty(name = "cq:lastReplicated")<br/>
+    @SlingProperty(name = "cq:lastReplicated")
     Date getLastReplicated();
     
-    @SlingProperty(path = "par/image", name = "fileReference")<br/>
+    @SlingProperty(path = "par/image", name = "fileReference")
     String getImagePath(); 
     
-    
@SlingProperty(path="/content/dam/geometrixx/documents/GeoCube_Datasheet.pdf/jcr:content/renditions/original/jcr:content",
 name="jcr:data")<br/>
+    
@SlingProperty(path="/content/dam/geometrixx/documents/GeoCube_Datasheet.pdf/jcr:content/renditions/original/jcr:content",
 name="jcr:data")
     InputStream getGeoCubePDF();
 
 ### Defaults


Reply via email to