svn commit: r1501698 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java
Author: lukaszlenart Date: Wed Jul 10 09:54:50 2013 New Revision: 1501698 URL: http://svn.apache.org/r1501698 Log: Uses LinkedList to avoid problems with sorting under different JVMs Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java?rev=1501698&r1=1501697&r2=1501698&view=diff == --- struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java (original) +++ struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/ValidationAwareSupport.java Wed Jul 10 09:54:50 2013 @@ -38,7 +38,7 @@ public class ValidationAwareSupport impl } public synchronized Collection getActionErrors() { -return new ArrayList(internalGetActionErrors()); +return new LinkedList(internalGetActionErrors()); } public synchronized void setActionMessages(Collection messages) { @@ -46,7 +46,7 @@ public class ValidationAwareSupport impl } public synchronized Collection getActionMessages() { -return new ArrayList(internalGetActionMessages()); +return new LinkedList(internalGetActionMessages()); } public synchronized void setFieldErrors(Map> errorMap) {
[CONF] Confluence Changes in the last 24 hours
Apache ActiveMQ Pages Page: Stomp edited by Timothy Bish[08:55 PM] (view changes) Page: Message Redelivery and DLQ Handling edited by Christian Posta[08:41 PM] (view changes) Page: Apache ActiveMQ Board Report - July 2013 created by Hiram Chirino[07:02 PM] Page: Replicated LevelDB Store edited by Hiram Chirino[01:34 PM] (view changes) Apache Ambari (Incubating) Pages Page: Releasing Ambari edited by Yusaku Sako[02:04 AM] (view changes) Apache Camel Pages Page: Camel 2.12.0 Release edited by Christian Mueller[08:42 PM] (view changes) Page: Yammer created by Jonathan Anstey[07:38 PM] Page: LogEIP edited by Claus Ibsen[10:14 AM] (view changes) Apache Cloudstack Pages Page: Apache CloudStack Weekly News - 10 July 2013 edited by Joe Brockmeier[04:11 PM] (view changes) Page: Useful Tips and Tricks edited by Abhinav Roy[08:57 AM] (view changes) Page: Campo - GS Test Plan (Globalization) created by Sreekanth Challa[05:23 AM] Page: Automated Tests Rules and Guidelines edited by Alex Huang[03:57 AM] (view changes) Page: OnBoarding edited by Amogh Vasekar[03:04 AM] (view changes) Apache Curator Pages Page: Powered By created by Jordan Zimmerman[06:28 PM] Apache CXF Documentation Pages Page: 3.0 Migration Guide edited by Daniel Kulp[04:54 PM] (view changes) Apache DeltaSpike Pages Page: DeltaSpike_BoardReport_2013-07 created by Mark Struberg[08:13 AM] Drill Wiki Pages Home page: Apache Drill Wiki edited by Jacques Nadeau[04:30 PM] (view changes)