src/java.xml/share/classes/com/sun/org/apache/xalan/internal/XalanConstants.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
       
     3  * @LastModified: Sep 2017
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     5  *
     5  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     8  * published by the Free Software Foundation.  Oracle designates this
    23  * questions.
    24  * questions.
    24  */
    25  */
    25 
    26 
    26 package com.sun.org.apache.xalan.internal;
    27 package com.sun.org.apache.xalan.internal;
    27 
    28 
    28 import com.sun.org.apache.xalan.internal.utils.SecuritySupport;
    29 import jdk.xml.internal.SecuritySupport;
    29 
    30 
    30 /**
    31 /**
    31  * Commonly used constants.
    32  * Commonly used constants.
    32  *
    33  *
    33  * @author Huizhe Wang, Oracle
    34  * @author Huizhe Wang, Oracle