|
Change Parameter Type jvmGcDetailedService : AgentStatService<JvmGcDetailedBo> to jvmGcDetailedService : JvmGcDetailedService in method public JvmGcDetailedController(jvmGcDetailedService JvmGcDetailedService, jvmGcDetailedChartService JvmGcDetailedChartService) in class com.navercorp.pinpoint.web.controller.AgentStatController.JvmGcDetailedController |
From |
To |
|
Change Parameter Type activeTraceService : AgentStatService<ActiveTraceBo> to activeTraceService : ActiveTraceService in method public ActiveTraceController(activeTraceService ActiveTraceService, activeTraceChartService ActiveTraceChartService) in class com.navercorp.pinpoint.web.controller.AgentStatController.ActiveTraceController |
From |
To |
|
Change Parameter Type transactionService : AgentStatService<TransactionBo> to transactionService : TransactionService in method public TransactionController(transactionService TransactionService, transactionChartService TransactionChartService) in class com.navercorp.pinpoint.web.controller.AgentStatController.TransactionController |
From |
To |
|
Change Parameter Type cpuLoadService : AgentStatService<CpuLoadBo> to cpuLoadService : CpuLoadService in method public CpuLoadController(cpuLoadService CpuLoadService, cpuLoadChartService CpuLoadChartService) in class com.navercorp.pinpoint.web.controller.AgentStatController.CpuLoadController |
From |
To |