Skip to content

Commit

Permalink
Incorporated code-review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
subyssurendran666 committed Jan 2, 2025
1 parent ca16754 commit 67387ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ final ASTNode internalGetSetChildProperty(ChildPropertyDescriptor property, bool
* </ul>
* @exception UnsupportedOperationException if this operation is used other than JLS19
* @exception UnsupportedOperationException if this expression is used with previewEnabled flag as false
* @deprecated(forRemoval = true, since="2025-03")
* In the JLS22 API, this method is replaced by <code>setPatternVariable(VariableDeclaration patternVariable)</code>
* @since 3.38
*/
@Deprecated(forRemoval = true, since="2025-03")
public void setPatternVariable(SingleVariableDeclaration patternVariable) {
internalSetPatternVariable(patternVariable);
}
Expand Down

0 comments on commit 67387ed

Please sign in to comment.