Skip to content

Commit d48609b

Browse files
committed
Run "spotless"
1 parent 44c7f71 commit d48609b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/metrics/MetricStrategyWithoutErrors.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
import java.util.logging.Logger;
1111
import software.amazon.awssdk.metrics.MetricRecord;
1212

13-
/** A {@link MetricStrategy} that delegates to another {@link MetricStrategy} and catches any
13+
/**
14+
* A {@link MetricStrategy} that delegates to another {@link MetricStrategy} and catches any
1415
* exceptions that occur during the delegation. If an exception occurs, it logs a warning and
15-
* continues. */
16+
* continues.
17+
*/
1618
public class MetricStrategyWithoutErrors implements MetricStrategy {
1719
private static final Logger logger =
1820
Logger.getLogger(MetricStrategyWithoutErrors.class.getName());

0 commit comments

Comments
 (0)