src/share/classes/com/sun/tools/classfile/DefaultAttribute.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1874
891c5ecb8306
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
24 */ 24 */
25 25
26 package com.sun.tools.classfile; 26 package com.sun.tools.classfile;
27 27
28 /* 28 /*
29 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 29 * <p><b>This is NOT part of any supported API.
30 * you write code that depends on this, you do so at your own risk. 30 * If you write code that depends on this, you do so at your own risk.
31 * This code and its internal interfaces are subject to change or 31 * This code and its internal interfaces are subject to change or
32 * deletion without notice.</b> 32 * deletion without notice.</b>
33 */ 33 */
34 public class DefaultAttribute extends Attribute { 34 public class DefaultAttribute extends Attribute {
35 DefaultAttribute(ClassReader cr, int name_index, byte[] data) { 35 DefaultAttribute(ClassReader cr, int name_index, byte[] data) {

mercurial