baldimir commented on code in PR #4178: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4178#discussion_r2799529547
########## quarkus/addons/kubernetes/runtime/src/test/java/org/kie/kogito/addons/quarkus/k8s/config/KubeDiscoveryConfigCacheUpdaterTest.java: ########## @@ -34,6 +34,13 @@ import static org.assertj.core.api.Assertions.assertThat; import static org.kie.kogito.addons.quarkus.k8s.test.utils.KubeTestUtils.createKnativeServiceIfNotExists; +/** Review Comment: Similar as my previous comments about comments - If you want to add a JavaDoc header to this class, please add proper content. The added comment describes what was done to upgrade, however the JavaDoc header of a class should contain information about what the class does. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
