1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-09-24 20:32:35 +00:00

Ensure PromotionManager clears its implementation cache.

This commit is contained in:
2017-09-01 18:33:12 -07:00
parent e62722ce2f
commit 1f6aa70230
2 changed files with 10 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ public class Abacus {
pluginManager.addListener(shuntingYardParser);
pluginManager.addListener(lexerTokenizer);
pluginManager.addListener(promotionManager);
}
/**