forked from phoedos/pmd
commented out code that is related to the other commented out code
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4969 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -182,7 +182,7 @@ public class DFAPanel extends JComponent implements ListSelectionListener {
|
||||
int y1 = this.computeDrawPos(index1);
|
||||
int y2 = this.computeDrawPos(index2);
|
||||
|
||||
int arrow = 6;
|
||||
//int arrow = 6;
|
||||
|
||||
if (index1 < index2) {
|
||||
if (index2 - index1 == 1) {
|
||||
|
Reference in New Issue
Block a user