src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 48409 5ab69533994b
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * reserved comment block
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT REMOVE OR ALTER!
     3  * @LastModified: Sep 2017
     4  */
     4  */
     5 /*
     5 /*
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     7  * contributor license agreements.  See the NOTICE file distributed with
     7  * contributor license agreements.  See the NOTICE file distributed with
     8  * this work for additional information regarding copyright ownership.
     8  * this work for additional information regarding copyright ownership.
    19  * limitations under the License.
    19  * limitations under the License.
    20  */
    20  */
    21 
    21 
    22 package com.sun.org.apache.xerces.internal.xpointer;
    22 package com.sun.org.apache.xerces.internal.xpointer;
    23 
    23 
       
    24 import com.sun.org.apache.xerces.internal.util.MessageFormatter;
    24 import java.util.Locale;
    25 import java.util.Locale;
    25 import java.util.MissingResourceException;
    26 import java.util.MissingResourceException;
       
    27 import java.util.PropertyResourceBundle;
    26 import java.util.ResourceBundle;
    28 import java.util.ResourceBundle;
    27 import java.util.PropertyResourceBundle;
    29 import jdk.xml.internal.SecuritySupport;
    28 import com.sun.org.apache.xerces.internal.util.MessageFormatter;
       
    29 import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
       
    30 
    30 
    31 /**
    31 /**
    32  * XPointerMessageFormatter provides error messages for the XPointer Framework
    32  * XPointerMessageFormatter provides error messages for the XPointer Framework
    33  * and element() Scheme Recommendations.
    33  * and element() Scheme Recommendations.
    34  *
    34  *