src/java.xml/share/classes/jdk/xml/internal/SecuritySupport.java
changeset 48944 25aa8b9f1dae
parent 47312 d4f959806fe9
child 48947 b4dd09b5d6d8
equal deleted inserted replaced
48943:e61816fc5276 48944:25aa8b9f1dae
    43 
    43 
    44 /**
    44 /**
    45  * This class contains utility methods for reading resources in the JAXP packages
    45  * This class contains utility methods for reading resources in the JAXP packages
    46  */
    46  */
    47 public class SecuritySupport {
    47 public class SecuritySupport {
    48     public final static String NEWLINE = getSystemProperty("line.separator", "\n");
    48     public final static String NEWLINE = System.lineSeparator();
    49 
    49 
    50     /**
    50     /**
    51      * Cache for properties in java.home/conf/jaxp.properties
    51      * Cache for properties in java.home/conf/jaxp.properties
    52      */
    52      */
    53     static final Properties cacheProps = new Properties();
    53     static final Properties cacheProps = new Properties();