Skip to content

Commit

Permalink
JavaDoc modification for the TryStatement.resouces() (#3079)
Browse files Browse the repository at this point in the history
  • Loading branch information
subyssurendran666 authored Oct 16, 2024
1 parent fdfdec2 commit 126c7b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void setFinally(Block block) {
/**
* Returns the live ordered list of resources for this try statement (added in JLS4 API).
*
* <p>A resource is either a {@link VariableDeclarationExpression} or (since JLS9) a {@link Name}.</p>
* <p>A resource is either a {@link VariableDeclarationExpression} or (since JLS9) a {@link Name} or a {@link FieldAccess} or a {@link SuperFieldAccess}.</p>
*
* @return the live list of resources (element type: {@link Expression}).
* In the deprecated JLS4 and JLS8 APIs, this used to be
Expand Down

0 comments on commit 126c7b6

Please sign in to comment.