Skip to content

Commit 3037865

Browse files
authored
Fix typo (#11672)
1 parent 4d6b1cd commit 3037865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-annotations-support/src/main/java/io/opentelemetry/instrumentation/api/annotation/support/AnnotationReflectionHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import java.util.function.Function;
1515
import javax.annotation.Nullable;
1616

17-
/** Helper class for reflecting over annotations at runtime.. */
17+
/** Helper class for reflecting over annotations at runtime. */
1818
public class AnnotationReflectionHelper {
1919
private AnnotationReflectionHelper() {}
2020

0 commit comments

Comments
 (0)