Benedikt Ritter created CHAIN-107:
-------------------------------------
Summary: Lookup commands default constructor should not depend on
a concrete CatalogFactory implementation
Key: CHAIN-107
URL: https://issues.apache.org/jira/browse/CHAIN-107
Project: Commons Chain
Issue Type: Improvement
Components: Base
Affects Versions: 2.0
Reporter: Benedikt Ritter
Fix For: 2.0
Currently the default constructor of o.a.c.chain.base.LookupCommand does the
following:
{code:java}
public LookupCommand() {
this(CatalogFactory.<K, V, C>getInstance());
}
{code}
After CHAIN-86 has been resolved, users can use what ever {{CatalogFactory}}
implementation they like. Therefore {{LookupCommand}} should not depend on a
concrete implementation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira