Skip to content

Commit b720581

Browse files
committed
fix
1 parent 926b74d commit b720581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nullaway/src/main/java/com/uber/nullaway/generics/GenericsChecks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ private static final class InvocationAndContext {
13031303
return null;
13041304
}
13051305

1306-
private @Nullable GenericsChecks.InvocationAndContext getInvocationInferenceInfoForAssignment(
1306+
private @Nullable InvocationAndContext getInvocationInferenceInfoForAssignment(
13071307
Tree assignment, MethodInvocationTree invocation) {
13081308
Preconditions.checkArgument(
13091309
assignment instanceof AssignmentTree || assignment instanceof VariableTree);

0 commit comments

Comments
 (0)