mirror of
https://github.com/dianping/camel.git
synced 2024-11-10 09:13:26 +08:00
change processor name
This commit is contained in:
parent
855a51c29d
commit
924a13c3d8
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ import org.springframework.stereotype.Service;
|
||||||
* Created by leon.li(Li Yang)
|
* Created by leon.li(Li Yang)
|
||||||
*/
|
*/
|
||||||
@Service
|
@Service
|
||||||
public class UpgradeTransactionProcessor extends AbstractTransactionProcessor {
|
public class ConfigUpdateTransactionProcessor extends AbstractTransactionProcessor {
|
||||||
|
|
||||||
private final static Logger m_logger = Logger.getLogger(UpgradeTransactionProcessor.class);
|
private final static Logger m_logger = Logger.getLogger(ConfigUpdateTransactionProcessor.class);
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private Engine m_engine;
|
private Engine m_engine;
|
Loading…
Reference in a new issue