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

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


The following commit(s) were added to refs/heads/master by this push:
     new ba3bbc1  fix javadoc
ba3bbc1 is described below

commit ba3bbc1ca1110114c20518fbdc8c2f43bd5a68bc
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Sep 12 20:27:53 2018 +0200

    fix javadoc
---
 .../apache/sling/servlets/annotations/SlingServletResourceTypes.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/servlets/annotations/SlingServletResourceTypes.java
 
b/src/main/java/org/apache/sling/servlets/annotations/SlingServletResourceTypes.java
index 69a42a8..053d66e 100644
--- 
a/src/main/java/org/apache/sling/servlets/annotations/SlingServletResourceTypes.java
+++ 
b/src/main/java/org/apache/sling/servlets/annotations/SlingServletResourceTypes.java
@@ -56,8 +56,7 @@ public @interface SlingServletResourceTypes {
     String[] selectors() default {};
     
     /**
-     * The request URL extensions supported by the servlet
-     * for GET requests.
+     * The request URL extensions supported by the servlet.
      * <p>
      * It this is not set, the servlet is not limited to certain extensions.
      * @return the extension(s)

Reply via email to