Skip to content

Commit 975cbc5

Browse files
committed
Initial Commit for Cloud Monitoring with spotless
1 parent cc9ca2c commit 975cbc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gcp/src/main/java/org/apache/iceberg/gcp/metrics/CloudMonitoringMetricsReporter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
*
106106
* <h2>Lifecycle</h2>
107107
*
108-
* This reporter owns the underlying {@link MetricServiceClient}. {@link #close()} is
109-
* invoked automatically by the catalog.
108+
* This reporter owns the underlying {@link MetricServiceClient}. {@link #close()} is invoked
109+
* automatically by the catalog.
110110
*/
111111
public class CloudMonitoringMetricsReporter implements MetricsReporter {
112112
private static final Logger LOG = LoggerFactory.getLogger(CloudMonitoringMetricsReporter.class);

0 commit comments

Comments
 (0)