forked from phoedos/pmd
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:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user