We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926b74d commit b720581Copy full SHA for b720581
1 file changed
nullaway/src/main/java/com/uber/nullaway/generics/GenericsChecks.java
@@ -1303,7 +1303,7 @@ private static final class InvocationAndContext {
1303
return null;
1304
}
1305
1306
- private @Nullable GenericsChecks.InvocationAndContext getInvocationInferenceInfoForAssignment(
+ private @Nullable InvocationAndContext getInvocationInferenceInfoForAssignment(
1307
Tree assignment, MethodInvocationTree invocation) {
1308
Preconditions.checkArgument(
1309
assignment instanceof AssignmentTree || assignment instanceof VariableTree);
0 commit comments