langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
changeset 14366 af625e568667
parent 14359 d4099818ab70
child 14369 3d660d08d1f7
--- a/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java	Mon Oct 29 10:39:49 2012 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java	Tue Oct 30 10:15:19 2012 -0700
@@ -227,7 +227,6 @@
      *  are correct.
      *
      *  @param tree     The tree whose kind and type is checked
-     *  @param owntype  The computed type of the tree
      *  @param ownkind  The computed kind of the tree
      *  @param resultInfo  The expected result of the tree
      */