Author: jflesch
Date: 2006-11-02 07:17:51 +0000 (Thu, 02 Nov 2006)
New Revision: 10794

Modified:
   trunk/apps/Thaw/src/thaw/plugins/index/Index.java
Log:
Re-fix possible freeze

Modified: trunk/apps/Thaw/src/thaw/plugins/index/Index.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/Index.java   2006-11-02 00:00:58 UTC 
(rev 10793)
+++ trunk/apps/Thaw/src/thaw/plugins/index/Index.java   2006-11-02 07:17:51 UTC 
(rev 10794)
@@ -1070,7 +1070,7 @@
                }
        }

-       public synchronized void loadLinks(Element rootEl) {
+       public void loadLinks(Element rootEl) {
                this.purgeLinkList();

                Element links = 
(Element)rootEl.getElementsByTagName("indexes").item(0);
@@ -1087,7 +1087,7 @@

        }

-       public synchronized void loadFileList(Element rootEl) {
+       public void loadFileList(Element rootEl) {
                this.purgeFileList();

                Element filesEl = 
(Element)rootEl.getElementsByTagName("files").item(0);


Reply via email to