src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/Constants.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 47359 e1a6c0168741
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
       
     3  * @LastModified: Sep 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.
    18  * limitations under the License.
    19  * limitations under the License.
    19  */
    20  */
    20 
    21 
    21 package com.sun.org.apache.xerces.internal.impl;
    22 package com.sun.org.apache.xerces.internal.impl;
    22 
    23 
    23 import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
       
    24 import java.util.Enumeration;
    24 import java.util.Enumeration;
    25 import java.util.NoSuchElementException;
    25 import java.util.NoSuchElementException;
       
    26 import jdk.xml.internal.SecuritySupport;
    26 
    27 
    27 /**
    28 /**
    28  * Commonly used constants.
    29  * Commonly used constants.
    29  *
    30  *
    30  * @xerces.internal
    31  * @xerces.internal