src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/Synthetic.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    34  * marked using a Synthetic attribute."  It may appear in the ClassFile
    34  * marked using a Synthetic attribute."  It may appear in the ClassFile
    35  * attribute table, a field_info table or a method_info table.  This class
    35  * attribute table, a field_info table or a method_info table.  This class
    36  * is intended to be instantiated from the
    36  * is intended to be instantiated from the
    37  * <em>Attribute.readAttribute()</em> method.
    37  * <em>Attribute.readAttribute()</em> method.
    38  *
    38  *
    39  * @version $Id: Synthetic.java 1749603 2016-06-21 20:50:19Z ggregory $
    39  * @version $Id$
    40  * @see     Attribute
    40  * @see     Attribute
    41  */
    41  */
    42 public final class Synthetic extends Attribute {
    42 public final class Synthetic extends Attribute {
    43 
    43 
    44     private byte[] bytes;
    44     private byte[] bytes;