Skip to content

Commit 4c228f2

Browse files
committed
update comment
1 parent 74ae6b4 commit 4c228f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nullaway/src/main/java/com/uber/nullaway/librarymodel/AddAnnotationToNestedTypeVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public Type visitWildcardType(Type.WildcardType t, Integer pathIndex) {
122122
*
123123
* <p>javac represents a captured wildcard as a type variable plus its original wildcard. A direct
124124
* annotation on the capture is insufficient because effective-bound computations unwrap the
125-
* backing wildcard, so updates must be reflected there as well.
125+
* backing wildcard, so updates must be reflected there.
126126
*/
127127
@Override
128128
public Type visitCapturedType(Type.CapturedType t, Integer pathIndex) {

0 commit comments

Comments
 (0)