langtools/src/share/classes/com/sun/tools/classfile/CompilationID_attribute.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    25 package com.sun.tools.classfile;
    25 package com.sun.tools.classfile;
    26 
    26 
    27 import java.io.IOException;
    27 import java.io.IOException;
    28 
    28 
    29 /**
    29 /**
    30  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    30  *  <p><b>This is NOT part of any supported API.
    31  *  you write code that depends on this, you do so at your own risk.
    31  *  If you write code that depends on this, you do so at your own risk.
    32  *  This code and its internal interfaces are subject to change or
    32  *  This code and its internal interfaces are subject to change or
    33  *  deletion without notice.</b>
    33  *  deletion without notice.</b>
    34  */
    34  */
    35 public class CompilationID_attribute extends Attribute {
    35 public class CompilationID_attribute extends Attribute {
    36 
    36