mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0: Fixing raw type warnings
This commit is contained in:
parent
a6cd5b5dbc
commit
0cbf33d074
58 changed files with 241 additions and 241 deletions
|
@ -180,7 +180,7 @@ public class LayoutLocationMap<V, E> {
|
|||
return row;
|
||||
}
|
||||
|
||||
public int gridX(Column col) {
|
||||
public int gridX(Column<V> col) {
|
||||
return col.index;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue