[ofbiz-framework] branch trunk updated: Improved: fixes a Javadoc issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: fixes a Javadoc issue

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ab9b048  Improved: fixes a Javadoc issue
ab9b048 is described below

commit ab9b048d07b18eff9931ee9591d59835faf7f0dc
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sun Apr 5 12:29:47 2020 +0200

    Improved: fixes a Javadoc issue
---
 .../security/src/main/java/org/apache/ofbiz/security/CsrfUtil.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/security/src/main/java/org/apache/ofbiz/security/CsrfUtil.java b/framework/security/src/main/java/org/apache/ofbiz/security/CsrfUtil.java
index fa31219..96992ad 100644
--- a/framework/security/src/main/java/org/apache/ofbiz/security/CsrfUtil.java
+++ b/framework/security/src/main/java/org/apache/ofbiz/security/CsrfUtil.java
@@ -158,7 +158,7 @@ public class CsrfUtil {
     /**
      * Generate CSRF token for non-ajax request if required and add it as key to token map in session When token map
      * size limit is reached, the eldest entry will be deleted each time a new entry is added.
-     * Token only generated for up to 3 subfolders in the path so 'entity/find/Budget/0001' & 'entity/find/Budget/0002'
+     * Token only generated for up to 3 subfolders in the path so 'entity/find/Budget/0001' and 'entity/find/Budget/0002'
      * should share the same CSRF token.
      *
      * @param request