Description
Currently the default constructor of o.a.c.chain.base.LookupCommand does the following:
public LookupCommand() { this(CatalogFactory.<K, V, C>getInstance()); }
After CHAIN-86 has been resolved, users can use what ever CatalogFactory implementation they like. Therefore LookupCommand should not depend on a concrete implementation.