Skip to content

Commit

Permalink
WW-5355 Add since tags to StrutsConstants JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalk committed Oct 15, 2023
1 parent 3d5beae commit f314b45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/org/apache/struts2/StrutsConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ public final class StrutsConstants {

/**
* Specifies the type of cache to use for BeanInfo objects.
* @since 6.4.0
* @see StrutsConstants#STRUTS_OGNL_EXPRESSION_CACHE_TYPE
*/
public static final String STRUTS_OGNL_BEANINFO_CACHE_TYPE = "struts.ognl.beanInfoCacheType";
Expand Down Expand Up @@ -332,6 +333,7 @@ public final class StrutsConstants {
* <li>For the LRU cache, once the maximum cache size is reached, the least-recently-used entry will be removed.
* </li>
* </ul>
* @since 6.4.0
*/
public static final String STRUTS_OGNL_EXPRESSION_CACHE_TYPE = "struts.ognl.expressionCacheType";

Expand Down

0 comments on commit f314b45

Please sign in to comment.