Skip to content

Commit 615c459

Browse files
committed
add checkstyle
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 019c692 commit 615c459

File tree

1 file changed

+0
-2
lines changed
  • integration-tests/it-exporter/it-exporter-servlet-jetty-sample/src/main/java/io/prometheus/metrics/it/exporter/servlet/jetty

1 file changed

+0
-2
lines changed

integration-tests/it-exporter/it-exporter-servlet-jetty-sample/src/main/java/io/prometheus/metrics/it/exporter/servlet/jetty/ExporterServletJettySample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ public static void main(String[] args) throws Exception {
2727
System.exit(1);
2828
}
2929

30-
//noinspection CheckStyle
3130
int port = parsePortOrExit(args[0]);
32-
//noinspection CheckStyle
3331
Mode mode = parseModeOrExit(args[1]);
3432

3533
Counter counter =

0 commit comments

Comments
 (0)