You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2022/05/05 20:07:44 UTC

[myfaces] branch 2.3.x updated: Removing unclear comment -- part of MYFACES-4435

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

volosied pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3.x by this push:
     new 47c5d4e6c Removing unclear comment -- part of MYFACES-4435
47c5d4e6c is described below

commit 47c5d4e6c349aad28e72fe2528488d9ae001a99f
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Thu May 5 15:45:12 2022 -0400

    Removing unclear comment -- part of MYFACES-4435
---
 impl/src/main/java/org/apache/myfaces/lifecycle/ClientConfig.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/impl/src/main/java/org/apache/myfaces/lifecycle/ClientConfig.java b/impl/src/main/java/org/apache/myfaces/lifecycle/ClientConfig.java
index d4918f192..cb58a7188 100644
--- a/impl/src/main/java/org/apache/myfaces/lifecycle/ClientConfig.java
+++ b/impl/src/main/java/org/apache/myfaces/lifecycle/ClientConfig.java
@@ -202,8 +202,8 @@ public class ClientConfig implements Serializable
 
     /**
      * Users can overload this method to define in which scenarios a request should result
-     * in an 'intercepted' page with proper windowId detection. This can e.g. contain
-     * blocklisting some userAgents.
+     * in an 'intercepted' page with proper windowId detection.
+     * 
      * By default the following User-Agents will be served directly:
      * <ul>
      *     <li>.*bot.*</li>