8071484: fix comment in DCReference

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2016-07-14 13:30:56 -07:00
parent 1a9a1d8961
commit 517db2dadc

@ -578,7 +578,7 @@ public abstract class DCTree implements DocTree {
public final String signature;
// The following are not directly exposed through ReferenceTree
// use DocTrees.getElement(TreePath,ReferenceTree)
// use DocTrees.getElement(DocTreePath)
public final JCTree qualifierExpression;
public final Name memberName;
public final List<JCTree> paramTypes;