Skip to content

Commit

Permalink
comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Nov 5, 2024
1 parent 6667518 commit e1611dd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@ public static void checkTypeParameterNullnessForConditionalExpression(
}

/**
* Checks that for each parameter p at a call, the type parameter nullability for p's type matches
* that of the corresponding formal parameter. If a mismatch is found, report an error.
* Checks that for each actual parameter p at a call, the type parameter nullability for p's type
* matches that of the corresponding formal parameter. If a mismatch is found, report an error.
*
* @param tree the tree to get substituted types
* @param tree the tree corresponding to the method invocation
* @param methodSymbol symbol for the invoked method
* @param formalParams the formal parameters
* @param actualParams the actual parameters
Expand Down

0 comments on commit e1611dd

Please sign in to comment.