Issue #1566: '&&' should be on a new line' fixed
This commit is contained in:
parent
a73868f2d3
commit
b4e1e170c8
|
|
@ -264,8 +264,8 @@ public class JTreeTable extends JTable {
|
|||
public void setRowHeight(int newRowHeight) {
|
||||
if (newRowHeight > 0) {
|
||||
super.setRowHeight(newRowHeight);
|
||||
if (JTreeTable.this != null &&
|
||||
JTreeTable.this.getRowHeight() != newRowHeight) {
|
||||
if (JTreeTable.this != null
|
||||
&& JTreeTable.this.getRowHeight() != newRowHeight) {
|
||||
JTreeTable.this.setRowHeight(getRowHeight());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue