Skip to content

Commit a2b417f

Browse files
authored
Fix #253 ensure column size on IndexImpl (#254)
1 parent f90cf7a commit a2b417f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/gephi/graph/impl/IndexImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ protected void addAllColumns(ColumnImpl[] cols) {
217217
ensureColumnSize(cols.length);
218218
for (ColumnImpl col : cols) {
219219
ColumnIndexImpl index = createIndex(col);
220+
ensureColumnSize(col.storeId);
220221
columns[col.storeId] = index;
221222
columnsCount++;
222223
}

0 commit comments

Comments
 (0)