diff --git a/instrumentation-annotations-support/src/main/java/io/opentelemetry/instrumentation/api/annotation/support/AnnotationReflectionHelper.java b/instrumentation-annotations-support/src/main/java/io/opentelemetry/instrumentation/api/annotation/support/AnnotationReflectionHelper.java index 4695bb3310b6..5bbe2a77a801 100644 --- a/instrumentation-annotations-support/src/main/java/io/opentelemetry/instrumentation/api/annotation/support/AnnotationReflectionHelper.java +++ b/instrumentation-annotations-support/src/main/java/io/opentelemetry/instrumentation/api/annotation/support/AnnotationReflectionHelper.java @@ -14,7 +14,7 @@ import java.util.function.Function; import javax.annotation.Nullable; -/** Helper class for reflecting over annotations at runtime.. */ +/** Helper class for reflecting over annotations at runtime. */ public class AnnotationReflectionHelper { private AnnotationReflectionHelper() {}