Revision: 4039
          http://vexi.svn.sourceforge.net/vexi/?rev=4039&view=rev
Author:   clrg
Date:     2011-02-22 00:46:39 +0000 (Tue, 22 Feb 2011)

Log Message:
-----------
Remove all synchronized from DirtyList

Modified Paths:
--------------
    trunk/org.vexi-core.main/src/main/java/org/vexi/util/DirtyList.java

Modified: trunk/org.vexi-core.main/src/main/java/org/vexi/util/DirtyList.java
===================================================================
--- trunk/org.vexi-core.main/src/main/java/org/vexi/util/DirtyList.java 
2011-02-22 00:44:14 UTC (rev 4038)
+++ trunk/org.vexi-core.main/src/main/java/org/vexi/util/DirtyList.java 
2011-02-22 00:46:39 UTC (rev 4039)
@@ -220,7 +220,7 @@
      *  may have zero height or zero width, and do not need to be
      *  repainted.
      */
-    public final synchronized int[] flush() {
+    public final int[] flush() {
         if (numdirties == 0) {
             return null;
         }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to