PackageSwitchAction not needed anymore. Delete?

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4808 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Sven Jacob
2006-11-17 09:08:32 +00:00
parent 7f9aa0807f
commit 7dafa8dba3

View File

@ -42,11 +42,11 @@ public class PackageSwitchAction extends Action {
public void run() {
// we simply use Functions declared in the Violations Overview
// the View itself does the Rest, when refreshed
if (isChecked()) {
/*if (isChecked()) {
violationView.setPackageFiltered(true);
} else {
violationView.setPackageFiltered(false);
}
}*/
violationView.refresh();
}