getting closer

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@815 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-08-28 21:13:47 +00:00
parent f15c64a6db
commit f67d557d13

View File

@ -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();