diff servlet/src/digilib/io/DocuDirectory.java @ 750:4f5aaa0de456 jquery

removed synchronized from some methods
author robcast
date Sat, 05 Feb 2011 16:47:31 +0100
parents 6e8488acb499
children 5d3f74f378dd
line wrap: on
line diff
--- a/servlet/src/digilib/io/DocuDirectory.java	Sat Feb 05 15:59:31 2011 +0100
+++ b/servlet/src/digilib/io/DocuDirectory.java	Sat Feb 05 16:47:31 2011 +0100
@@ -177,7 +177,7 @@
 	 * 
 	 * @return boolean the directory exists
 	 */
-	public synchronized boolean readDir() {
+	public boolean readDir() {
 		// check directory first
 		checkDir();
 		if (!isValid) {