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