Skip to content

Commit

Permalink
modify javaDoc comments and 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 5c82c91 commit e961cd0
Showing 1 changed file with 2 additions and 2 deletions.
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="2024-07")
* In the JLS22 API, this method is replaced by <code>setPatternVariable(VariableDeclaration patternVariable)</code>
* @deprecated 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 e961cd0

Please sign in to comment.