forked from phoedos/pmd
getting closer
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@815 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -48,9 +48,7 @@ public class DCPDWorker {
|
||||
tsw = (TokenSetsWrapper)space.read(new TokenSetsWrapper(null, job.id), null, 100);
|
||||
System.out.println("Read a TokenSetsWrapper with " + tsw.tokenSets.size() + " token lists");
|
||||
|
||||
System.out.println("In doExpansion()");
|
||||
doExpansion();
|
||||
System.out.println("Done doExpansion()");
|
||||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
Reference in New Issue
Block a user