kumar-mallikarjuna commented on code in PR #26850:
URL: https://github.com/apache/flink/pull/26850#discussion_r2245627633


##########
flink-metrics/flink-metrics-otel/src/test/java/org/apache/flink/metrics/otel/OtelTestContainer.java:
##########
@@ -31,7 +31,7 @@
 import java.util.Locale;
 
 /** {@link OtelTestContainer} provides an {@code Otel} test instance. */
-class OtelTestContainer extends GenericContainer<OtelTestContainer> {
+public class OtelTestContainer extends GenericContainer<OtelTestContainer> {

Review Comment:
   Sorry about that. I introduced the abstract class later and didn't need the 
public access anymore.



##########
flink-metrics/flink-metrics-otel/src/test/java/org/apache/flink/metrics/otel/OtelTestContainer.java:
##########
@@ -31,7 +31,7 @@
 import java.util.Locale;
 
 /** {@link OtelTestContainer} provides an {@code Otel} test instance. */
-class OtelTestContainer extends GenericContainer<OtelTestContainer> {
+public class OtelTestContainer extends GenericContainer<OtelTestContainer> {

Review Comment:
   Sorry about that. I introduced the abstract class later and don't need the 
public access anymore.



-- 
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]

Reply via email to