You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2018/06/21 13:27:19 UTC

[sling-org-apache-sling-servlets-annotations] branch master updated: fix typo

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 1c1cf7a  fix typo
1c1cf7a is described below

commit 1c1cf7aa0c1ed1c8805f5955617c92f7f380f51e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jun 21 15:27:02 2018 +0200

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

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 f779507..69a42a8 100644
--- a/src/main/java/org/apache/sling/servlets/annotations/SlingServletResourceTypes.java
+++ b/src/main/java/org/apache/sling/servlets/annotations/SlingServletResourceTypes.java
@@ -48,7 +48,7 @@ public @interface SlingServletResourceTypes {
      * One ore more request URL selectors supported by the servlet. The
      * selectors must be configured in the order as they would be specified in the URL that
      * is as a list of dot-separated strings such as <em>print.a4</em>.
-     * In case this is not empty the first selector(s) (i.e. the most right-hand ones in the URL) must match, 
+     * In case this is not empty the first selector(s) (i.e. the one on the left in the URL) must match, 
      * otherwise the servlet is not executed. After that may follow arbitrarily many non-registered selectors.
      * @return the selector(s)
      * @see ServletResolverConstants#SLING_SERVLET_SELECTORS