Merge "Issue #1954 fix typo in ThriftSerializationContext" into omaha_13.4.1

Former-commit-id: fb23c204aa [formerly 0fdc103d23709778e1291d56b37fc977f7a371ed]
Former-commit-id: 459a7bc6af
This commit is contained in:
Richard Peter 2013-04-25 15:31:41 -05:00 committed by Gerrit Code Review
commit e2809bcf88

View file

@ -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++) {