This commit is contained in:
@@ -47,7 +47,6 @@ public class HandlerConfig {
|
||||
StatisticSubscriberHandler statisticSubscriberHandler,
|
||||
StatisticTokenHandler statisticTokenHandler,
|
||||
StatisticIncomeHandler statisticIncomeHandler,
|
||||
SummaryStatisticHandler summaryStatisticHandler,
|
||||
MonitoringStatisticHandler monitoringStatisticHandler
|
||||
|
||||
) {
|
||||
@@ -88,7 +87,6 @@ public class HandlerConfig {
|
||||
map.put(30025, statisticTokenHandler);
|
||||
map.put(30026, statisticIncomeHandler);
|
||||
map.put(30027, monitoringStatisticHandler);
|
||||
map.put(30028, summaryStatisticHandler);
|
||||
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user