< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/AttributeSetMethodGenerator.java

Print this page

        

@@ -1,8 +1,7 @@
 /*
- * reserved comment block
- * DO NOT REMOVE OR ALTER!
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
  */
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

@@ -50,11 +49,11 @@
         argNames[2] = TRANSLET_OUTPUT_PNAME;
         argNames[3] = NODE_PNAME;
     }
 
    public AttributeSetMethodGenerator(String methodName, ClassGenerator classGen) {
-        super(com.sun.org.apache.bcel.internal.Constants.ACC_PRIVATE,
+        super(com.sun.org.apache.bcel.internal.Const.ACC_PRIVATE,
               com.sun.org.apache.bcel.internal.generic.Type.VOID,
               argTypes, argNames, methodName,
               classGen.getClassName(),
               new InstructionList(),
               classGen.getConstantPool());
< prev index next >