Fix IllegalStateException when constructing a MetaCache for CalculatedSubjects (#2123)

This commit is contained in:
Luck 2020-03-30 22:57:08 +01:00
parent 6805574553
commit c98c60b120
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -176,6 +176,7 @@ public abstract class CalculatedSubject implements LPSubject {
accumulator.accumulateMeta(entry.getKey(), entry.getValue()); accumulator.accumulateMeta(entry.getKey(), entry.getValue());
} }
} }
accumulator.complete();
} }
@Override @Override