Skip to content

Commit

Permalink
reformat all files with spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Zeitlinger <[email protected]>
  • Loading branch information
zeitlinger committed Oct 1, 2024
1 parent 9549551 commit dbea911
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package io.prometheus.metrics.shaded.io_opentelemetry;

/**
* This module does not need any source code, however, in order to publish it to Maven central it needs JavaDoc.
* <p>
* I'm adding this dummy class here to get JavaDoc so I can publish this module to Maven central.
* This module does not need any source code, however, in order to publish it to Maven central it
* needs JavaDoc.
*
* <p>I'm adding this dummy class here to get JavaDoc so I can publish this module to Maven central.
*/
public class PrometheusMetricsShadedOpenTelemetry {
}
public class PrometheusMetricsShadedOpenTelemetry {}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package io.prometheus.metrics.shaded.com_google_protobuf;

/**
* This module does not need any source code, however, in order to publish it to Maven central it needs JavaDoc.
* <p>
* I'm adding this dummy class here to get JavaDoc so I can publish this module to Maven central.
* This module does not need any source code, however, in order to publish it to Maven central it
* needs JavaDoc.
*
* <p>I'm adding this dummy class here to get JavaDoc so I can publish this module to Maven central.
*/
public class PrometheusMetricsShadedProtobuf {
}
public class PrometheusMetricsShadedProtobuf {}

0 comments on commit dbea911

Please sign in to comment.