fuweng11 commented on code in PR #9979:
URL: https://github.com/apache/inlong/pull/9979#discussion_r1560773153


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java:
##########
@@ -133,9 +134,7 @@ public class AuditServiceImpl implements AuditService {
     private static final String TERMS = "terms";
 
     // key: type of audit base item, value: entity of audit base item
-    private final Map<String, AuditBaseEntity> auditSentItemMap = new 
ConcurrentHashMap<>();
-
-    private final Map<String, AuditBaseEntity> auditReceivedItemMap = new 
ConcurrentHashMap<>();
+    private final Map<String, Map<Integer, AuditBaseEntity>> auditIndicatorMap 
= new ConcurrentHashMap<>();

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to