Skip to content

Adapt BooleInit to the fact that LbAppInit not longer has an execute method.

Roel Aaij requested to merge future-booleinit into future

RecInit was changed to a MultiTransformer and couldn't call LbAppInit (its previous base-class) execute anymore. That method was removed and now BooleInit bombs out. This merge request fixes that by calling the checkMem function instead of execute.

Merge request reports