mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:10:45 +00:00
spelling: fireTableCellUpdated function arguments and super call...
Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
committed by
Jindra Petřík
parent
5d5fb13317
commit
c854a70f6a
@@ -89,7 +89,7 @@ public class HexViewTableModel extends AbstractTableModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void fireTableCellUpdated(int row, int columnd) {
|
public void fireTableCellUpdated(int row, int column) {
|
||||||
super.fireTableCellUpdated(bytesInRow, bytesInRow);
|
super.fireTableCellUpdated(row, column);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user