src/share/classes/com/sun/tools/javac/comp/Attr.java

changeset 3092
8c3890c90147
parent 3002
0caab0d65a04
child 3295
859dc787b52b
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Attr.java	Fri Feb 05 09:34:47 2016 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Attr.java	Wed Mar 02 18:33:38 2016 +0530
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -249,6 +249,7 @@
    1.11       *  are correct.
    1.12       *
    1.13       *  @param tree     The tree whose kind and type is checked
    1.14 +     *  @param found    The computed type of the tree
    1.15       *  @param ownkind  The computed kind of the tree
    1.16       *  @param resultInfo  The expected result of the tree
    1.17       */

mercurial