aljoscha commented on a change in pull request #9726: [FLINK-14113][client]
Remove class JobWithJars
URL: https://github.com/apache/flink/pull/9726#discussion_r326609037
##########
File path: flink-clients/src/main/java/org/apache/flink/client/ClientUtils.java
##########
@@ -124,6 +47,7 @@ public static void checkJarFile(URL jar) throws IOException
{
throw new IOException("JAR file can't be read '" +
jarFile.getAbsolutePath() + '\'');
}
+ //noinspection EmptyTryBlock
Review comment:
`//noinspection` is only an IntelliJ concept, for warning suppression we
should use `@SuppressWarnings`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services