gong commented on code in PR #4518:
URL: https://github.com/apache/incubator-inlong/pull/4518#discussion_r893031962


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sink/oracle/OracleSinkDTO.java:
##########
@@ -40,8 +43,9 @@
 public class OracleSinkDTO {
 
     private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(MySQLSinkDTO.class);
 
-    @ApiModelProperty("Oracle meta db URL, etc 
jdbc:oracle://host:port/database")
+    @ApiModelProperty("Oracle JDBC URL, such as 
jdbc:oracle://host:port/database")

Review Comment:
   jdbc url example may be error



-- 
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