ibessonov commented on a change in pull request #499:
URL: https://github.com/apache/ignite-3/pull/499#discussion_r766572929
##########
File path:
modules/configuration-annotation-processor/src/main/java/org/apache/ignite/internal/configuration/processor/Processor.java
##########
@@ -152,6 +152,10 @@ private boolean process0(RoundEnvironment
roundEnvironment) {
.addModifiers(PUBLIC);
for (VariableElement field : fields) {
+ if (field.getModifiers().contains(STATIC)) {
Review comment:
You're right
--
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]