Skip to content

Commit 3aeb5fc

Browse files
committed
spotless
1 parent 3e491c8 commit 3aeb5fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javaagent-tooling/src/main/java/io/prometheus/metrics/expositionformats/PrometheusProtobufWriter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
* Replacement for prometheus protobuf writer that does not depend on any of the protobuf classes.
1414
* This allows us to exclude io.prometheus:prometheus-metrics-shaded-protobuf dependency.
1515
*
16-
* @see <a href="https://github.com/prometheus/client_java/blob/main/prometheus-metrics-exposition-formats/src/main/java/io/prometheus/metrics/expositionformats/PrometheusProtobufWriter.java">PrometheusProtobufWriter</a>
16+
* @see <a
17+
* href="https://github.com/prometheus/client_java/blob/main/prometheus-metrics-exposition-formats/src/main/java/io/prometheus/metrics/expositionformats/PrometheusProtobufWriter.java">PrometheusProtobufWriter</a>
1718
*/
1819
public class PrometheusProtobufWriter implements ExpositionFormatWriter {
1920

0 commit comments

Comments
 (0)