Rename constants name use prefix "xwork"

I think prefix "xwork" better than "struts"
This commit is contained in:
Yanming Zhou
2016-08-01 18:01:16 +08:00
committed by GitHub
parent df721885c3
commit c7fdf7ffc5
@@ -47,7 +47,7 @@ public class XWorkListPropertyAccessor extends ListPropertyAccessor {
private OgnlUtil ognlUtil;
private int autoGrowCollectionLimit = 255;
@Inject(value="java.util.Collection.autoGrowCollectionLimit", required = false)
@Inject(value = "xwork.autoGrowCollectionLimit", required = false)
public void setAutoGrowCollectionLimit(String value) {
this.autoGrowCollectionLimit = Integer.valueOf(value);
}