sashapolo commented on code in PR #5045:
URL: https://github.com/apache/ignite-3/pull/5045#discussion_r1916334593
##########
modules/configuration-annotation-processor/src/main/java/org/apache/ignite/internal/configuration/processor/ConfigurationProcessor.java:
##########
@@ -162,9 +169,11 @@ private boolean process0(RoundEnvironment
roundEnvironment) {
// Find all the fields of the schema.
List<VariableElement> fields = fields(clazz);
Review Comment:
oops, forget to remove this line, thank you
##########
modules/configuration-annotation-processor/src/main/java/org/apache/ignite/internal/configuration/processor/ConfigurationProcessor.java:
##########
@@ -162,9 +169,11 @@ private boolean process0(RoundEnvironment
roundEnvironment) {
// Find all the fields of the schema.
List<VariableElement> fields = fields(clazz);
Review Comment:
oops, forgot to remove this line, thank you
--
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]