src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Key.java
changeset 47359 e1a6c0168741
parent 47216 71c04702a3d5
child 48409 5ab69533994b
equal deleted inserted replaced
47358:d07d5f7cab35 47359:e1a6c0168741
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
       
     3  * @LastModified: Oct 2017
     3  */
     4  */
     4 /*
     5 /*
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * contributor license agreements.  See the NOTICE file distributed with
     7  * contributor license agreements.  See the NOTICE file distributed with
     7  * this work for additional information regarding copyright ownership.
     8  * this work for additional information regarding copyright ownership.
    20 /*
    21 /*
    21  * $Id: Key.java,v 1.6 2006/04/25 02:25:08 jeffsuttor Exp $
    22  * $Id: Key.java,v 1.6 2006/04/25 02:25:08 jeffsuttor Exp $
    22  */
    23  */
    23 
    24 
    24 package com.sun.org.apache.xalan.internal.xsltc.compiler;
    25 package com.sun.org.apache.xalan.internal.xsltc.compiler;
    25 
       
    26 import java.util.Vector;
       
    27 
    26 
    28 import com.sun.org.apache.bcel.internal.generic.BranchHandle;
    27 import com.sun.org.apache.bcel.internal.generic.BranchHandle;
    29 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
    28 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
    30 import com.sun.org.apache.bcel.internal.generic.GOTO;
    29 import com.sun.org.apache.bcel.internal.generic.GOTO;
    31 import com.sun.org.apache.bcel.internal.generic.IFEQ;
    30 import com.sun.org.apache.bcel.internal.generic.IFEQ;