remove extra space in comments

remove extra space in comments
This commit is contained in:
troantian2022 2023-03-31 22:39:52 -04:00
parent bfaeb347d7
commit fc16083097
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class AntiGamingFilter {
fromUserIDs =
reader.getNumericDocValues(EarlybirdFieldConstant.FROM_USER_ID_CSF.getFieldName());
// fill the id whitelist for the current segment. initialize lazily.
// fill the id whitelist for the current segment. initialize lazily.
segmentUserIDWhitelist = null;
SortedSet<Integer> sortedFromUserDocIds = new TreeSet<>();