src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java
changeset 48412 d4412e380f6b
parent 48409 5ab69533994b
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    44  * A test sequence may have a default template, which will be
    44  * A test sequence may have a default template, which will be
    45  * instantiated if none of the other patterns match.
    45  * instantiated if none of the other patterns match.
    46  * @author Jacek Ambroziak
    46  * @author Jacek Ambroziak
    47  * @author Santiago Pericas-Geertsen
    47  * @author Santiago Pericas-Geertsen
    48  * @author Erwin Bolwidt <ejb@klomp.org>
    48  * @author Erwin Bolwidt <ejb@klomp.org>
    49  * @author Morten Jorgensen <morten.jorgensen@sun.com>
    49  * @author Morten Jorgensen
    50  * @LastModified: Nov 2017
    50  * @LastModified: Nov 2017
    51  */
    51  */
    52 final class TestSeq {
    52 final class TestSeq {
    53 
    53 
    54     /**
    54     /**