Minor tweak to make it compile with JDK 1.3
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1345 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -869,7 +869,7 @@ class RulesTree extends JTree implements Constants
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
updateUI();
|
this.updateUI();
|
||||||
|
|
||||||
return super.getTreeCellRendererComponent(tree,
|
return super.getTreeCellRendererComponent(tree,
|
||||||
object,
|
object,
|
||||||
|
Reference in New Issue
Block a user