dmvk commented on a change in pull request #17927:
URL: https://github.com/apache/flink/pull/17927#discussion_r761094744
##########
File path:
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/JarMessageParameters.java
##########
@@ -29,7 +29,7 @@
/** Base class of {@link MessageParameters} for {@link JarRunHandler} and
{@link JarPlanHandler}. */
abstract class JarMessageParameters extends MessageParameters {
- final JarIdPathParameter jarIdPathParameter = new JarIdPathParameter();
+ public final JarIdPathParameter jarIdPathParameter = new
JarIdPathParameter();
Review comment:
nit
```suggestion
@VisibleForTesting
public final JarIdPathParameter jarIdPathParameter = new
JarIdPathParameter();
```
--
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]