We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9ca2c commit 975cbc5Copy full SHA for 975cbc5
1 file changed
gcp/src/main/java/org/apache/iceberg/gcp/metrics/CloudMonitoringMetricsReporter.java
@@ -105,8 +105,8 @@
105
*
106
* <h2>Lifecycle</h2>
107
108
- * This reporter owns the underlying {@link MetricServiceClient}. {@link #close()} is
109
- * invoked automatically by the catalog.
+ * This reporter owns the underlying {@link MetricServiceClient}. {@link #close()} is invoked
+ * automatically by the catalog.
110
*/
111
public class CloudMonitoringMetricsReporter implements MetricsReporter {
112
private static final Logger LOG = LoggerFactory.getLogger(CloudMonitoringMetricsReporter.class);
0 commit comments