| Sign In/My Account | View Cart |
| Article: |
Controlling Threads by Example | |
| Subject: | bug in TokenSearchWork ? | |
| Date: | 2007-04-17 05:13:41 | |
| From: | didier69 | |
|
In TokenSearchWork.getAllDirectories(), the rootDir is not in the result List. So, we don't have in the final result he files of the rootdir. With : public List getAllDirectories() throws InterruptedException { List l = findDirs(rootDir); l.add(rootDir); //ajout return l; } it's OK. |
||
Showing messages 1 through 1 of 1.