Skip to content

Commit

Permalink
Followed the suggested fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kuzmin <[email protected]>
  • Loading branch information
alex-kuzmin-hg committed Feb 20, 2025
1 parent e24c021 commit 261b68c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public long getNextIdToCreate() {
* if it is true, return a MapKey in corresponding selfEntitiesList
* @param restrictedCount
* if non-zero, this will only select a subset of this many items out of the appropriate entity list
* converting the range. So if there were 9 entities in the list and this was 2, you'd get either 0 or 8
* covering the range. So if there were 9 entities in the list and this was 2, you'd get either 0 or 8
* randomly. 3 would select from 0, 4, and 8, etc.
* @return MapKey if found
*/
Expand Down

0 comments on commit 261b68c

Please sign in to comment.