Issue #1954 fix typo in ThriftSerializationContext
Former-commit-id:60e7869471
[formerlyb8a15f9552
] [formerly728052aff4
] [formerlyd1e50b0033
[formerly728052aff4
[formerly 23232a0547f184b272646a0f23a8ab599ab0cf05]]] Former-commit-id:d1e50b0033
Former-commit-id: 9c7b3aeaa776f4ac194b22a124efc654f74ba3cd [formerly74a00efff2
] Former-commit-id:2ef0eb79d0
This commit is contained in:
parent
035f6a76cb
commit
d27b13bb76
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ public class ThriftSerializationContext extends BaseSerializationContext {
|
|||
|
||||
if (set == null) {
|
||||
// assume hashset if nothing else available
|
||||
set = new HashSet((int) (tmap.size / 0.75) + 1, 0.75f);
|
||||
set = new HashSet((int) (tset.size / 0.75) + 1, 0.75f);
|
||||
}
|
||||
|
||||
for (int i = 0; i < tset.size; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue