GP-0: Fixing raw type warnings

This commit is contained in:
Ryan Kurtz 2025-05-29 08:39:27 -04:00
parent a6cd5b5dbc
commit 0cbf33d074
58 changed files with 241 additions and 241 deletions

View file

@ -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;
}