mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Rename constants name use prefix "xwork"
I think prefix "xwork" better than "struts"
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user