Skip to content

Commit

Permalink
Put back a small change from the previously reverted commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Sep 27, 2023
1 parent 69548e8 commit 7ace7d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ public Node visitBindingPattern17(Tree bindingPatternTree, Void p) {
* Visit a DeconstructionPatternTree.
*
* @param deconstructionPatternTree a DeconstructionPatternTree, typed as Tree so the Checker
* Framework compiles under JDK < 21
* Framework compiles under JDK 20 and earlier
* @param p an unused parameter
* @return the result of visiting the tree
*/
Expand Down

0 comments on commit 7ace7d7

Please sign in to comment.