Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] issue with current dc code stream

I just checked out the latest code from CVS and found this issue

 

In org.eclipse.cosmos.dc.mdr.AbstractMdr.java

Line 38:

private CMDBfQueryOperation queryOp = new CMDBfQueryOperation(getQueryHandlerFactory());

 

Current constructor for CMDBfQueryOperation is

public CMDBfQueryOperation(IQueryHandlerFactory handlerFactory, IQueryInputArtifactFactory queryInputArtifactFactory)

 

 

- John

 


Back to the top