Index: CompiledSourceForBinaryQuery.java =================================================================== RCS file: /cvs/web/project/src/org/netbeans/modules/web/project/queries/CompiledSourceForBinaryQuery.java,v retrieving revision 1.10 diff -u -r1.10 CompiledSourceForBinaryQuery.java --- CompiledSourceForBinaryQuery.java 21 Feb 2005 09:56:51 -0000 1.10 +++ CompiledSourceForBinaryQuery.java 24 Mar 2005 15:20:52 -0000 @@ -118,7 +118,7 @@ this.sourceRoots.addPropertyChangeListener(this); } - public synchronized FileObject[] getRoots () { + public FileObject[] getRoots () { return this.sourceRoots.getRoots(); //No need to cache it, SourceRoots does }