comparison 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
comparison
equal deleted inserted replaced
749:109cd6fbec49 750:4f5aaa0de456
175 * 175 *
176 * Clears the List and (re)reads all files. 176 * Clears the List and (re)reads all files.
177 * 177 *
178 * @return boolean the directory exists 178 * @return boolean the directory exists
179 */ 179 */
180 public synchronized boolean readDir() { 180 public boolean readDir() {
181 // check directory first 181 // check directory first
182 checkDir(); 182 checkDir();
183 if (!isValid) { 183 if (!isValid) {
184 return false; 184 return false;
185 } 185 }