healchow commented on code in PR #5556:
URL: https://github.com/apache/inlong/pull/5556#discussion_r945739128
##########
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 field seems can be replaced by `agentIp` in the parent class.
--
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]