Simple fixes (#976)

* Should be only the really simple stuff.
* Final cleanups.
This commit is contained in:
Koen De Groote
2017-02-23 23:46:51 +13:00
committed by Rob Bygrave
parent 8bb884374b
commit 6120a465e1
59 changed files with 111 additions and 125 deletions
@@ -119,7 +119,7 @@ public final class CQueryPlanStats {
return Collections.emptyList();
}
List<MetaQueryPlanOriginCount> list = new ArrayList<>();
List<MetaQueryPlanOriginCount> list = new ArrayList<>(origins.size());
for (Entry<ObjectGraphNode, LongAdder> entry : origins.entrySet()) {
if (reset) {