src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/ObjectFactory.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 47359 e1a6c0168741
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 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.
    19  */
    20  */
    20 
    21 
    21 package com.sun.org.apache.xerces.internal.utils;
    22 package com.sun.org.apache.xerces.internal.utils;
    22 
    23 
    23 import java.util.function.Supplier;
    24 import java.util.function.Supplier;
       
    25 import jdk.xml.internal.SecuritySupport;
    24 
    26 
    25 /**
    27 /**
    26  * This class is duplicated for each JAXP subpackage so keep it in sync.
    28  * This class is duplicated for each JAXP subpackage so keep it in sync.
    27  * It is package private and therefore is not exposed as part of the JAXP
    29  * It is package private and therefore is not exposed as part of the JAXP
    28  * API.
    30  * API.