From 694b9483c7a551626244cbc222c602ea9ff74094 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Tue, 25 Apr 2023 21:44:00 +0800
Subject: [PATCH] What's new? 1. Wayline management: added `pause wayline task` and `recover wayline task`. 2. Added command flight function. 3. Fixed some issues.
---
src/main/java/com/dji/sample/manage/service/IWorkspaceService.java | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/dji/sample/manage/service/IWorkspaceService.java b/src/main/java/com/dji/sample/manage/service/IWorkspaceService.java
index 2d80777..306760d 100644
--- a/src/main/java/com/dji/sample/manage/service/IWorkspaceService.java
+++ b/src/main/java/com/dji/sample/manage/service/IWorkspaceService.java
@@ -25,8 +25,6 @@
/**
* Handle the request for obtaining the organization information corresponding to the device binding.
- * Note: If your business does not need to bind the dock to the organization,
- * you can directly reply to the successful message without implementing business logic.
* @param receiver
*/
void replyOrganizationGet(CommonTopicReceiver receiver, MessageHeaders headers);
--
Gitblit v1.9.3