woofyzhao commented on code in PR #5556: URL: https://github.com/apache/inlong/pull/5556#discussion_r946265849
########## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/source/file/FileSourceDTO.java: ########## @@ -42,9 +42,6 @@ public class FileSourceDTO { private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper(); - @ApiModelProperty("Agent Cluster tag") - private String clusterTag; - @ApiModelProperty("Agent IP address") private String ip; Review Comment: This DTO class does not have a parent class. It might be used alone and carry the ip data by whoever needs it. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org