You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/08/11 08:51:39 UTC

[myfaces] branch master updated: cosmetics

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a3a817  cosmetics
7a3a817 is described below

commit 7a3a8177cb9a920a10a4dc239a4502d0dffd336f
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Aug 11 10:51:32 2020 +0200

    cosmetics
---
 impl/src/main/java/org/apache/myfaces/config/MyfacesConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/src/main/java/org/apache/myfaces/config/MyfacesConfig.java b/impl/src/main/java/org/apache/myfaces/config/MyfacesConfig.java
index a07041a..fd61802 100755
--- a/impl/src/main/java/org/apache/myfaces/config/MyfacesConfig.java
+++ b/impl/src/main/java/org/apache/myfaces/config/MyfacesConfig.java
@@ -214,7 +214,7 @@ public class MyfacesConfig
      */
     @JSFWebConfigParam(defaultValue = "true", since = "2.0.13, 2.1.7", expectedValues="true, false", 
             group="viewhandler", tags="performance",
-            desc="Enable or disable a cache used to 'remember'  the generated facelets unique ids " + 
+            desc="Enable or disable a cache used to 'remember' the generated facelets unique ids " + 
                  "and reduce the impact over memory usage.")
     public static final String VIEW_UNIQUE_IDS_CACHE_ENABLED = 
         "org.apache.myfaces.VIEW_UNIQUE_IDS_CACHE_ENABLED";