Skip to content

Commit

Permalink
reflow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Oct 7, 2024
1 parent d1d534d commit d1203af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,8 @@ private static boolean isDirectTypeUseAnnotation(
// dimensions are *not* treated as applying to the top-level type, consistent with the JSpecify
// spec.
// Outside of JSpecify mode, annotations which are *not* on the inner type are not treated as
// being
// applied to the inner type. This can be bypassed the LegacyAnnotationLocations flag, in which
// annotations on all locations are treated as applying to the inner type.
// being applied to the inner type. This can be bypassed the LegacyAnnotationLocations flag, in
// which annotations on all locations are treated as applying to the inner type.
// We don't allow mixing of inner types and array dimensions in the same location
// (i.e. `Foo.@Nullable Bar []` is meaningless).
// These aren't correct semantics for type use annotations, but a series of hacky
Expand Down

0 comments on commit d1203af

Please sign in to comment.