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 2021/06/07 21:10:58 UTC

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

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 362385b  releng: fix javadoc
362385b is described below

commit 362385b0d91db8d2b8bf581c743a18482637e44b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jun 7 23:10:49 2021 +0200

    releng: fix javadoc
---
 .../org/apache/sling/servlets/annotations/SlingServletFilter.java    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/servlets/annotations/SlingServletFilter.java b/src/main/java/org/apache/sling/servlets/annotations/SlingServletFilter.java
index 7b6a638..5e796eb 100644
--- a/src/main/java/org/apache/sling/servlets/annotations/SlingServletFilter.java
+++ b/src/main/java/org/apache/sling/servlets/annotations/SlingServletFilter.java
@@ -60,8 +60,9 @@ public @interface SlingServletFilter {
      * <i>Important: The regex is matched against both, the request path and, the resolved resource
      * path excluding selectors, extension and suffix.</i>
      * Empty value will not restrict the filter on path(s).
-     * <i>Sling Engine version < 2.6.14 : Only the request path is checked.</i>
-     * <i>Sling Engine version >= 2.6.14 and < 2.7.0 : Only the resource path is checked.</i>
+     * <p>
+     * <i>Sling Engine version &lt; 2.6.14 : Only the request path is checked.</i>
+     * <i>Sling Engine version &gt;= 2.6.14 and &lt; 2.7.0 : Only the resource path is checked.</i>
      * Requires Sling Engine 2.4.0.
      * @return the path pattern to restrict the filter
      */