PM-2938: Batch routing plugin and feature working together

This commit is contained in:
Paula V. Quispe
2015-06-11 17:01:06 -04:00
parent 707ee8fe28
commit bc6f4fae31
8 changed files with 93 additions and 93 deletions

View File

@@ -16,13 +16,13 @@ include_once 'creole/CreoleTypes.php';
*
* @package workflow.classes.model.map
*/
class CaseConsolidatedMapBuilder
class CaseConsolidatedCoreMapBuilder
{
/**
* The (dot-path) name of this class
*/
const CLASS_NAME = 'classes.model.map.CaseConsolidatedMapBuilder';
const CLASS_NAME = 'classes.model.map.CaseConsolidatedCoreMapBuilder';
/**
* The database map.
@@ -75,4 +75,4 @@ class CaseConsolidatedMapBuilder
} // doBuild()
} // CaseConsolidatedMapBuilder
} // CaseConsolidatedCoreMapBuilder