mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 19:52:04 +00:00
Fixed code style
This commit is contained in:
@@ -313,7 +313,7 @@ public class HexView extends JTable {
|
||||
selectionStart = -1;
|
||||
selectionEnd = -1;
|
||||
getModel().fireTableDataChanged();
|
||||
}
|
||||
}
|
||||
|
||||
private int getIdxByColAndRow(int row, int col) {
|
||||
int idx = -1;
|
||||
|
||||
Reference in New Issue
Block a user