src/share/classes/com/sun/tools/javac/jvm/Gen.java

changeset 1326
30c36e23f154
parent 1280
5c0b3faeb0b0
child 1336
26d93df3905a
     1.1 --- a/src/share/classes/com/sun/tools/javac/jvm/Gen.java	Sat Sep 08 22:54:21 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/jvm/Gen.java	Thu Sep 13 14:29:36 2012 -0700
     1.3 @@ -247,10 +247,10 @@
     1.4      /** Construct a symbol to reflect the qualifying type that should
     1.5       *  appear in the byte code as per JLS 13.1.
     1.6       *
     1.7 -     *  For target >= 1.2: Clone a method with the qualifier as owner (except
     1.8 +     *  For {@literal target >= 1.2}: Clone a method with the qualifier as owner (except
     1.9       *  for those cases where we need to work around VM bugs).
    1.10       *
    1.11 -     *  For target <= 1.1: If qualified variable or method is defined in a
    1.12 +     *  For {@literal target <= 1.1}: If qualified variable or method is defined in a
    1.13       *  non-accessible class, clone it with the qualifier class as owner.
    1.14       *
    1.15       *  @param sym    The accessed symbol

mercurial