Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 5, 2024
1 parent 720633c commit 07027a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions jmx-scrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ dependencies {
implementation("io.opentelemetry:opentelemetry-sdk-testing")

implementation("io.opentelemetry.instrumentation:opentelemetry-jmx-metrics")

}


tasks {
shadowJar {
mergeServiceFiles()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.contrib.jmxscrapper;

public class JmxMetrics {

private JmxMetrics() {
}
private JmxMetrics() {}

public static void main(String[] args) {
}
public static void main(String[] args) {}
}

0 comments on commit 07027a2

Please sign in to comment.