mimaison commented on code in PR #14515:
URL: https://github.com/apache/kafka/pull/14515#discussion_r1350501171
##########
clients/src/main/java/org/apache/kafka/common/config/ConfigDef.java:
##########
@@ -57,7 +57,7 @@
* defs.define("config_with_default", Type.STRING, "default
string value", Importance.High, "Configuration with default
value.");
* // check {@link #define(String, Type, Object, Validator, Importance,
String)} for more details.
* defs.define("config_with_validator", Type.INT, 42,
Range.atLeast(0), Importance.High, "Configuration with user provided
validator.");
- * // check {@link #define(String, Type, Importance, String, String, int,
Width, String, List<String>)} for more details.
+ * // check {@link #define(String, Type, Importance, String, String, int,
Width, String, List) define(String, Type, Importance, String, String, int,
Width, String, List<String>)} for more details.
Review Comment:
This fixes warnings when generating javadoc on this file
```
ConfigDef.java:81: warning - Tag @link:illegal character: "60" in
"#define(String, Type, Importance, String, String, int, Width, String,
List<String>)"
ConfigDef.java:81: warning - Tag @link:illegal character: "62" in
"#define(String, Type, Importance, String, String, int, Width, String,
List<String>)"
ConfigDef.java:81: warning - Tag @link: can't find define(String, Type,
Importance, String, String, int, Width, String, List<String>) in
org.apache.kafka.common.config.ConfigDef
```
--
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: jira-unsubscr...@kafka.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org