修改类文件名称大小写问题4

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-18 20:01:58 +08:00
parent b31f2b64c7
commit a0ec418850
11 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
package com.mogo.service.adas;
import com.mogo.eagle.core.data.autopilot.AutoPilotWarnMessage;
import com.mogo.eagle.core.data.autopilot.AutopilotWarnMessage;
/**
* adas 数据回调接口
@@ -12,5 +12,5 @@ public interface IMogoAdasWarnMessageCallback {
* adas 数据回调
* @param msg 具体数据
*/
void onReceiveData( AutoPilotWarnMessage msg );
void onReceiveData( AutopilotWarnMessage msg );
}