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

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit 840978f5721c71c2046892ff89c0c338d63a9e85
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Sep 14 21:18:51 2016 +0000

    fix javadoc error
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1760764
 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java 
b/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java
index 7cae0dd..a38d184 100644
--- a/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java
+++ b/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java
@@ -56,7 +56,7 @@ public interface ResourceBuilder {
      * @param filename The name of the created file
      * @param data The file data
      * @param mimeType If null, use the Sling MimeTypeService to set the mime 
type
-     * @param lastModified if < 0, current time is used
+     * @param lastModified if &lt; 0, current time is used
      * @return this builder
      */
     ResourceBuilder file(String filename, InputStream data, String mimeType, 
long lastModified);

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to