Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thu-david committed Sep 9, 2024
1 parent 6936b59 commit 76435ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public IndexedSet(IndexDefinition<T, ?> primaryIndexDefinition,
}

mPrimaryIndex = indices.get(primaryIndexDefinition);
mIndices = Collections.unmodifiableMap(indices);
mIndices = indices;
}

/**
Expand Down

0 comments on commit 76435ee

Please sign in to comment.