Skip to content

Commit

Permalink
Added the Deprecated property in the JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
subyssurendran666 committed Nov 12, 2024
1 parent 80f761f commit 1de89f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public void setPatternVariable(VariableDeclaration patternVariable) {
* @return the pattern variable
* @exception UnsupportedOperationException if this operation is used other than JLS19
* @exception UnsupportedOperationException if this expression is used with previewEnabled flag as false
* @deprecated In the JLS22 API, this method is replaced by <code>getPatternVariable2()</code>
* @Deprecated(forRemoval = true, since="2024-07") In the JLS22 API, this method is replaced by <code>getPatternVariable2()</code>
* @since 3.38
*/
public SingleVariableDeclaration getPatternVariable() {
Expand Down

0 comments on commit 1de89f4

Please sign in to comment.