langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
changeset 28336 9a6ae3c3efb5
parent 28148 6415a95b07fd
child 28456 b87fdde1404d
--- a/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java	Thu Jan 08 22:01:20 2015 -0800
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java	Fri Jan 09 15:48:09 2015 +0000
@@ -207,6 +207,7 @@
      *  are correct.
      *
      *  @param tree     The tree whose kind and type is checked
+     *  @param found    The computed type of the tree
      *  @param ownkind  The computed kind of the tree
      *  @param resultInfo  The expected result of the tree
      */