langtools/src/share/classes/com/sun/tools/javac/code/Types.java
changeset 5847 1908176fd6e3
parent 5654 680984fb01fd
child 6350 7070b0722ebb
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    56  * <dd>If an operations takes a list of types, the first should be named ts.</dd>
    56  * <dd>If an operations takes a list of types, the first should be named ts.</dd>
    57  * <dt>ss</dt>
    57  * <dt>ss</dt>
    58  * <dd>A second list of types should be named ss.</dd>
    58  * <dd>A second list of types should be named ss.</dd>
    59  * </dl>
    59  * </dl>
    60  *
    60  *
    61  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    61  * <p><b>This is NOT part of any supported API.
    62  * If you write code that depends on this, you do so at your own risk.
    62  * If you write code that depends on this, you do so at your own risk.
    63  * This code and its internal interfaces are subject to change or
    63  * This code and its internal interfaces are subject to change or
    64  * deletion without notice.</b>
    64  * deletion without notice.</b>
    65  */
    65  */
    66 public class Types {
    66 public class Types {