From 18dd6b9d14540d29595e1da0c93fded52eeede73 Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Wed, 9 Oct 2024 13:00:22 -0700 Subject: [PATCH] tweak comment --- nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java b/nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java index 0d97a885cd..3331c7d201 100644 --- a/nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java +++ b/nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java @@ -325,7 +325,7 @@ public static Stream getTypeUseAnnotations( * but {@code List<@Nullable T> lst} is not. * * @param t the annotation and its position in the type - * @param symbol the method symbol + * @param symbol the symbol for the annotated element * @param config NullAway configuration * @return {@code true} if the annotation should be treated as applying directly to the top-level * type, false otherwise