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

changeset 972
694ff82ca68e
parent 969
8cc5b440fdde
child 990
9a847a77205d
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Flow.java	Tue Apr 12 20:58:06 2011 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Flow.java	Wed Apr 13 11:35:43 2011 -0700
     1.3 @@ -51,7 +51,7 @@
     1.4   *  unassignment analysis ensures that no final variable is assigned
     1.5   *  more than once.
     1.6   *
     1.7 - *  <p>The second edition of the JLS has a number of problems in the
     1.8 + *  <p>The JLS has a number of problems in the
     1.9   *  specification of these flow analysis problems. This implementation
    1.10   *  attempts to address those issues.
    1.11   *
    1.12 @@ -126,7 +126,7 @@
    1.13   *  don't have to worry about the return expression because this
    1.14   *  concept is only used for construcrors.
    1.15   *
    1.16 - *  <p>There is no spec in JLS2 for when a variable is definitely
    1.17 + *  <p>There is no spec in the JLS for when a variable is definitely
    1.18   *  assigned at the end of a constructor, which is needed for final
    1.19   *  fields (8.3.1.2).  We implement the rule that V is DA at the end
    1.20   *  of the constructor iff it is DA and the end of the body of the

mercurial