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:
Wouter Zelle
2007-01-22 21:12:25 +00:00
parent 7d19e1dbd8
commit e3c2b25ad5

View File

@ -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) {