diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java index 7c38bebcc62..3b33862ad50 100644 --- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java +++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java @@ -360,7 +360,7 @@ public void setFinally(Block block) { /** * Returns the live ordered list of resources for this try statement (added in JLS4 API). * - *

A resource is either a {@link VariableDeclarationExpression} or (since JLS9) a {@link Name}.

+ *

A resource is either a {@link VariableDeclarationExpression} or (since JLS9) a {@link Name} or a {@link FieldAccess} or a {@link SuperFieldAccess}.

* * @return the live list of resources (element type: {@link Expression}). * In the deprecated JLS4 and JLS8 APIs, this used to be