mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-02 23:51:53 +01:00
remove extra space in comments
remove extra space in comments
This commit is contained in:
parent
bfaeb347d7
commit
fc16083097
@ -157,7 +157,7 @@ public class AntiGamingFilter {
|
|||||||
fromUserIDs =
|
fromUserIDs =
|
||||||
reader.getNumericDocValues(EarlybirdFieldConstant.FROM_USER_ID_CSF.getFieldName());
|
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;
|
segmentUserIDWhitelist = null;
|
||||||
|
|
||||||
SortedSet<Integer> sortedFromUserDocIds = new TreeSet<>();
|
SortedSet<Integer> sortedFromUserDocIds = new TreeSet<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user