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

changeset 1358
fc123bdeddb8
parent 1348
573ceb23beeb
child 1374
c002fdee76fd
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Flow.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Flow.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -148,7 +148,7 @@
     1.4   *  exception to this [no pun intended] is that checked exceptions that
     1.5   *  are known to be caught or declared to be caught in the enclosing
     1.6   *  method are not recorded in the queue, but instead are recorded in a
     1.7 - *  global variable "Set<Type> thrown" that records the type of all
     1.8 + *  global variable "{@code Set<Type> thrown}" that records the type of all
     1.9   *  exceptions that can be thrown.
    1.10   *
    1.11   *  <p>Other minor issues the treatment of members of other classes

mercurial