jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/AllocationInstruction.java
changeset 46174 5611d2529b49
parent 44797 8b3b3b911b8a
equal deleted inserted replaced
46173:5546b5710844 46174:5611d2529b49
    19  * limitations under the License.
    19  * limitations under the License.
    20  */
    20  */
    21 
    21 
    22 package com.sun.org.apache.bcel.internal.generic;
    22 package com.sun.org.apache.bcel.internal.generic;
    23 
    23 
    24 
       
    25 /**
    24 /**
    26  * Denote family of instructions that allocates space in the heap.
    25  * Denote family of instructions that allocates space in the heap.
    27  *
    26  *
    28  * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
    27  * @version $Id: AllocationInstruction.java 1747278 2016-06-07 17:28:43Z britter $
    29  */
    28  */
    30 public interface AllocationInstruction {}
    29 public interface AllocationInstruction {
       
    30 }