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 2023/04/05 14:03:06 UTC

[myfaces] branch main updated: MYFACES-4599 Remove javadoc reference to org.apache.myfaces.SERIALIZE_STATE_IN_SESSION (#561)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 999844719 MYFACES-4599 Remove javadoc reference to org.apache.myfaces.SERIALIZE_STATE_IN_SESSION (#561)
999844719 is described below

commit 999844719d652983bf1f5d7aca2c236a197a82ba
Author: mkomko <mk...@users.noreply.github.com>
AuthorDate: Wed Apr 5 16:03:00 2023 +0200

    MYFACES-4599 Remove javadoc reference to org.apache.myfaces.SERIALIZE_STATE_IN_SESSION (#561)
---
 .../java/org/apache/myfaces/config/webparameters/MyfacesConfig.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java b/impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java
index 1a4fcaab5..a9420a29c 100755
--- a/impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java
+++ b/impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java
@@ -503,7 +503,7 @@ public class MyfacesConfig
      * Indicates that the serialized state will be compressed before it is written to the session. By default true.
      * 
      * Only applicable if state saving method is "server" (= default) and if
-     * <code>org.apache.myfaces.SERIALIZE_STATE_IN_SESSION</code> is <code>true</code> (= default).
+     * <code>jakarta.faces.SERIALIZE_SERVER_STATE</code> is <code>true</code>.
      * If <code>true</code> (default) the serialized state will be compressed before it is written to the session.
      * If <code>false</code> the state will not be compressed.
      */