-
Notifications
You must be signed in to change notification settings - Fork 808
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gregor Zeitlinger <[email protected]>
- Loading branch information
1 parent
9549551
commit dbea911
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
...a/io/prometheus/metrics/shaded/io_opentelemetry/PrometheusMetricsShadedOpenTelemetry.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {} |
10 changes: 5 additions & 5 deletions
10
...ava/io/prometheus/metrics/shaded/com_google_protobuf/PrometheusMetricsShadedProtobuf.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {} |