Phillippko commented on code in PR #5728:
URL: https://github.com/apache/ignite-3/pull/5728#discussion_r2073337978
##########
modules/configuration-api/src/main/java/org/apache/ignite/configuration/ConfigurationModule.java:
##########
@@ -142,20 +140,12 @@ default void
migrateDeprecatedConfigurations(SuperRootChange superRootChange) {
/**
* Returns a collection of prefixes, removed from configuration. Keys that
match any of the prefixes
* in this collection will be deleted.
- * <p>Use ignite.my.deleted.property for regular deleted properties</p>
- * <p>ignite.list.*.deletedProperty - for named list elements. Arbitrarily
nested named lists are supported</p>
+ * <p>Use {@code ignite.my.deleted.property} for regular deleted
properties</p>
+ * * <p>{@code ignite.list.*.deletedProperty} - for named list elements.
Arbitrarily nested named lists are supported</p>
Review Comment:
Checkstyle passed, strange - I remember that it should notice such problems
--
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]