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