From 9f12f5605ebffbf6312db9d653f434d56cda20c3 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 30 六月 2021 11:49:55 +0800 Subject: [PATCH] 1. 调整运算逻辑,取消部分中间值的存储,减少内存消耗 --- src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt b/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt index 11edd95..40a5d94 100644 --- a/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt +++ b/src/main/kotlin/com/flightfeather/uav/socket/bean/DataUnit.kt @@ -11,5 +11,5 @@ * 鏍规嵁鍛戒护鍗曞厓 @see [AirCommandUnit] 鐨勫垎绫伙紝涓嶅悓绫诲瀷鐨勭粨鏋勪笉鍚岋紝瑙佸悇瀛愮被 */ open class DataUnit { - var time: Date? = null + } \ No newline at end of file -- Gitblit v1.9.3