new symbol table code is working

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1093 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-10-09 22:35:14 +00:00
parent c034f3536a
commit 32c0cf1073

View File

@ -11,7 +11,6 @@ public class RuleContext {
private Report report;
private String sourceCodeFilename;
private SymbolFacade builder;
public Report getReport() {
return report;