Fix typo (#11672)
This commit is contained in:
parent
4d6b1cdf38
commit
3037865fa8
|
|
@ -14,7 +14,7 @@ import java.lang.invoke.MethodType;
|
|||
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() {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue